Description
Source
Call Graph
Application::onMouseClick
( Public Method )
Author: Don Olmstead
Mouse click callback of the application


Syntax / parameters
virtual void onMouseClick(int button, int upOrDown, int x, int y) |
Name |
Type |
Default |
Description |
button |
int
|
|
The mouse button pressed
|
upOrDown |
int
|
|
Whether the button was pressed or released
|
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
Mouse click callback of the application
Source
The documentation for this Member was generated from the following files: