Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets whether the window ignores mouse clicks.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Overlay | 14.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
OverlayRef | The overlay window reference number. | $overlay |
Value | The new setting. Pass 1 to ignore mouse events. |
0 |
Returns OK or error.
Sets window to be ignore mouse events:
Set Variable [ $r ; Value: MBS("Overlay.SetIgnoresMouseEvents"; $overlay; 1) ]
Created 22nd January 2024, last changed 24th January 2024