Urho3D::CursorShapeInfo Struct Reference

Cursor image and hotspot information. More...

#include <Urho3D/UI/Cursor.h>

Collaboration diagram for Urho3D::CursorShapeInfo:
[legend]

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:
  • Source/Urho3D/UI/Cursor.h