window <-
current_event: event*Event that is currently being processed by this window or @nil
if this window is not processing any events. This variable is managed by
device->event.
This is not necessarily the same as @event.
Consider the case were the window has opened a popup. In this case window<-current_event
will point to the event that caused the popup to open (generally an
ms_right_down event), while @event
will point to the various events that are processed during the opened
state of the popup window.
- See also
- device
->event