wContextMenuEvent

This event is generated by wWindow when the user requests to show a context (popup) menu.

Superclass:wEvent
Seealso:wWindow
Events:
wContextMenuEventDescription
wEvent_ContextMenuNotifies a window that the user clicked the right mouse button.

Consts

wEvent_ContextMenu = 0x0000007B

Methods

method getPosition(self: wContextMenuEvent): wPoint {...}{.raises: [], tags: [].}
Returns the position in screen coordinates at which the menu should be shown. If the event originated from a keyboard event, the value returned from this function will be wDefaultPosition.