#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. | |
| OpenGUI::Cursor_EventArgs::Cursor_EventArgs | ( | float | x_pos, | |
| float | y_pos | |||
| ) | [inline] |
Constructor requires the X and Y position of the cursor.
The cursor position.
| const float& OpenGUI::Cursor_EventArgs::X |
The cursor X position.
| const float& OpenGUI::Cursor_EventArgs::Y |
The cursor Y position.