Xinf API Reference
Back |
Indexclass xinf.event.EventKind<T>
An EventKind instance uniquely identifies a certain kind of Events
(like, eg, MOUSE_DOWN). It couples the kind to a certain class of Event,
and a unique string identifier.
- var name :String (read-only)
- var bubble :Bool (read-only)
- function new( name:String, ?bubble:Bool ) :Void
- function toString( ) :String
Back |
Index