Urho3D
Public Member Functions | Public Attributes | List of all members
Urho3D::CursorShapeInfo Struct Reference

Cursor image and hotspot information. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.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< Imageimage_
 Image.
 
SharedPtr< Texturetexture_
 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.
 

Detailed Description

Cursor image and hotspot information.


The documentation for this struct was generated from the following file: