CRM64Pro GDK v0.13.0
A free cross-platform game development kit built on top of SDL 3.0
Loading...
Searching...
No Matches
CRM64Pro::Cursor

Cursor Object class. More...

Detailed Description

Cursor Object class.

Public Member Functions

Sint32 info (Sint32 iMode=0)
 Request Cursor object information.
Sint32 getName (string &sName)
 Get the name.
Uint32 getID ()
 Get the ID.
Sint32 assignImage (Sint32 idImage, Sint32 iOwnership=0)
 Assign an Image to this cursor.
Sint32 getImage ()
 Get the assigned Image of this cursor.
Sint32 build ()
 Build the cursor.
Sint32 setHotSpot (const Position &posHotX, const Position &posHotY)
 Set the cursor hotspots.
Sint32 getHotSpot (Sint32 *iHotX, Sint32 *iHotY)
 Get the cursor hotspots.
Sint32 save (const string &sFileCDC)
 Save the cursor to a CDC file.
Sint32 save (Sint32 idCDC)
 Save the cursor to a CDC file.