ignoreMouseEvents

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the ignoreMouseEvents of stack "Notification" to true
get the ignoreMouseEvents of stack "Splash"
Summary

The ignoreMouseEvents stack property provides a way to make a the mouse events on a stack's window pass through the window to windows or the desktop beneath the window.

Introduced6.7.0
OSmac, windows
Platformsdesktop
Description

Set the ignoreMouseEvents of a stack to true so any mouse events that would normally be sent to the stack instead pass through the stack to whatever is beneath. The mouse events may go to a stack underneath the window, another application or the underlying desktop. The default value for ignoreMouseEvents on a newly created stack is false.