#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. | |
| OpenGUI::DrawCursor_EventArgs::DrawCursor_EventArgs | ( | float | x_pos, | |
| float | y_pos, | |||
| Brush & | brush | |||
| ) | [inline] |
Constructor requires the x and y position of the cursor and a valid Brush reference.
The cursor position.
| const float& OpenGUI::DrawCursor_EventArgs::X |
The cursor X position.
| const float& OpenGUI::DrawCursor_EventArgs::Y |
The cursor Y position.