| Did you know ... | Search Documentation: |
| event->is_a |
<-id
is at or below the specified node in @event_hierarchy.
This test is the common way to test the identity of events. It is used by handler objects. Note that class gesture provides a more advanced mechanism to deal with mouse events.
ASCII events (event<-id
is an integer) are organised as follows:
ascii
control
0..31|127
printable
32..126
meta
128..255
The demo tool Events displays @event-hierarchy.
-id ->recogniser