| Did you know ... | Search Documentation: |
| @event |
Currently processed event
The var object @event
provides a reference to the currently executing event. It works similar
to @arg1 ..., @receiver,
etc. The current event is pushed by event->post.
@event provides a reference to the event that caused this behaviour to execute, regardless of where you are in your code.
Note that a window maintains a variable window<-current_event
in which the event currently processed by this window is stored.
->post -current_event