Urho3D
|
Cursor image and hotspot information. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/UI/Cursor.h>
Public Member Functions | |
CursorShapeInfo () | |
Construct with defaults. | |
CursorShapeInfo (int systemCursor) | |
Construct with system cursor. | |
Public Attributes | |
SharedPtr< Image > | image_ |
Image. | |
SharedPtr< Texture > | texture_ |
Texture. | |
IntRect | imageRect_ |
Image rectangle. | |
IntVector2 | hotSpot_ |
Hotspot coordinates. | |
SDL_Cursor * | osCursor_ |
OS cursor. | |
bool | systemDefined_ |
Whether the OS cursor is system defined. | |
int | systemCursor_ |
System cursor index. | |
Cursor image and hotspot information.