EventHandler (of Set)¶
-
class
EventHandler¶ Defined in System.sc.
The EventHandler class is an extension of the Set class. Is used as a multi event handler.
Subclasses: Sounds.
Methods¶
-
handleEvent(pEvent) For each element in the list, it calls handleEvent with pEvent as the event object. It then returns whether or not the pEvent has been claimed.