Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
RemoteControl.HideCursor
Hides the mouse cursor.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RemoteControl | 3.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "RemoteControl.HideCursor" )
Parameters
none
Result
Returns OK.
Description
Hides the mouse cursor.As FileMaker may reset the cursor to be visible when scripts end, you may not see the mouse actually hide.
Examples
Hide the mouse:
MBS( "RemoteControl.HideCursor" )
Show the mouse:
MBS( "RemoteControl.ShowCursor" )
See also
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014
RemoteControl.GetWindowsListAsJSON - RemoteControl.InsertText
