🔧 SDK ReferenceManagersUIManagerisCursorShownisCursorShownChecks whether the cursor is shown.Syntaxengine.ui.isCursorShown();Returnsboolean - true if the cursor is shown, false otherwise.Exampleconsole.log( `The cursor is currently being shown: ${engine.ui.isCursorShown()}`,);Available on: Client