#include <OpenGUI_Cursor.h>
Inheritance diagram for OpenGUI::DrawCursor_EventArgs:

Public Member Functions | |
| DrawCursor_EventArgs (float x_pos, float y_pos, Brush &brush) | |
| Constructor requires the x and y position of the cursor and a valid Brush reference. | |
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 and a valid Brush reference.
|
|
|
The cursor position.
|
|
|
The cursor X position.
|
|
|
The cursor Y position.
|