The IDLitWindow::GetEventMask function method returns a bitwise mask representing the events that are enabled for this window.
Result = Obj->[IDLitWindow::]GetEventMask([, BUTTON_EVENTS=variable] [, KEYBOARD_EVENTS=variable] [, /MOTION_EVENTS=variable] [, /TRACKING_EVENTS=variable])
Returns the bitwise mask as an unsigned long integer. The bits in the mask are as follows:
None
Set this keyword to a named variable that upon return will contain a 1 if mouse button events are currently enabled for this window, or a 0 otherwise.
Set this keyword to a named variable that upon return will contain a 1 if keyboard events are currently enabled for this window, or a 0 otherwise.
Set this keyword to a named variable that upon return will contain a 1 if mouse motion events are currently enabled for this window, or a 0 otherwise.
Set this keyword to a named variable that upon return will contain a 1 if tracking events are currently enabled for this window, or a 0 otherwise.
Introduced: 6.0