| Urho3D
    | 
Cursor image and hotspot information. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/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.
 1.8.17
 1.8.17