Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

IDLitWindow::GetEventMask


Syntax | Return Value | Arguments | Keywords | Version History

The IDLitWindow::GetEventMask function method returns a bitwise mask representing the events that are enabled for this window.

Syntax

Result = Obj->[IDLitWindow::]GetEventMask([, BUTTON_EVENTS=variable] [, KEYBOARD_EVENTS=variable] [, /MOTION_EVENTS=variable] [, /TRACKING_EVENTS=variable])

Return Value

Returns the bitwise mask as an unsigned long integer. The bits in the mask are as follows:

Bit
Value
Event
0
1
Button Events
1
2
Motion Events
2
4
Keyboard Events
3
8
Tracking Events

Arguments

None

Keywords

BUTTON_EVENTS

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.

KEYBOARD_EVENTS

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.

MOTION_EVENTS

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.

TRACKING_EVENTS

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.

Version History

Introduced: 6.0


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]