#include <OpenGUI_Event.h>
Inheritance diagram for OpenGUI::Cursor_EventArgs:

Public Member Functions | |
| Cursor_EventArgs (float x_pos, float y_pos) | |
| Constructor requires the X and Y position of the cursor. | |
Public Attributes | |
| const FVector2 | Position |
| The cursor position. | |
| const float & | X |
| The cursor X position. | |
| const float & | Y |
| The cursor Y position. | |
|
||||||||||||
|
Constructor requires the X and Y position of the cursor.
|
|
|
The cursor position.
|
|
|
The cursor X position.
|
|
|
The cursor Y position.
|