Click or drag to resize

CursorDefinition Properties

The CursorDefinition type exposes the following members.

Properties
  NameDescription
Public propertyCursorModeType
Whether or not to force rendering of the cursor to software. I usually leave it on auto because it's faster for hardware to do it.
Public propertyCursorTexture
The texture of the cursor you want to use, must be imported as a cursor
Public propertyHotspot
The pixel where the cursor actually clicks. (0,0) is the top left corner. (1,1) is one pixel right, one pixel down. etc.
Top
See Also