Cursor
With the cursor in the Accessiblee widgetç Methods by which you can control its function.
contrastDisable
'Cursor' Disable the feature.
contrastEnable
'Cursor' Enable the feature.
contrastToggle
'Cursor' Enable, toggle or disable the feature.
Accessiblee.cursorDisable();\r\n\r\n//STAGE\r\n//None = 0,\r\n//BigDark = 1,\r\n//BigLight = 2,\r\n//ReadingMask = 3,\r\n//ReadingGuide = 4\r\nAccessiblee.cursorEnable(stage);\r\n\r\nAccessiblee.cursorToggle();