Description
Source
Call Graph
Application::onSpecialKeyDown
( Public Method )
Author: Don Olmstead
Special key pressed callback of the application


Syntax / parameters
virtual void onSpecialKeyDown(int key, int x, int y) |
Name |
Type |
Default |
Description |
key |
int
|
|
The key pressed
|
x |
int
|
|
The x coordinate of the mouse relative to the window The y coordinate of the mouse relative to the window
|
y |
int
|
|
|
|
Return value |
virtual void
|
|
|
Description
Special key pressed callback of the application
Source
The documentation for this Member was generated from the following files: