Method SetCursor
SetCursor(Cursor)
Sets the cursor for this driver.
void SetCursor(Cursor cursor)
Parameters
cursorCursorThe cursor to set. Position must be in screen-absolute coordinates. Use
ContentToScreen()orViewportToScreen()to convert from view-relative coordinates. Set Position to null to hide the cursor.