XPLMCursorStatus
From X-Plane SDK
XPLMCursorStatus
XPLMCursorStatus describes how you would like X-Plane to manage the cursor. See XPLMHandleCursor_f for more info.| xplm_CursorDefault | 0 | X-Plane manages the cursor normally, plugin does not affect the cusrsor. |
| xplm_CursorHidden | 1 | X-Plane hides the cursor. |
| xplm_CursorArrow | 2 | X-Plane shows the cursor as the default arrow. |
| xplm_CursorCustom | 3 | X-Plane shows the cursor but lets you select an OS cursor. |
X-Plane SDK