G4P (GUI for Processing) 4.3.11
A set of GUI controls for your Processing sketch.
|
Static Public Member Functions | |
static String | event_flavor (int ef) |
static String | key_action (int action) |
static String | key_event_desc (KeyEvent event) |
static String | mod (int modifiers) |
static String | mouse_action (int action) |
Simple utility class with various methods to help in debugging.
|
static |
Provide a text description of the event flavour
ef | event flavour id |
|
static |
Provide a text description of the KeyEvent action
action | the action id |
|
static |
Get a textual description of a KeyEvent object
event | the event to describe |
|
static |
Provide a textual list of modifiers associated with an event
modifiers | the bit encoded modifiers |
|
static |
Provide a text description of the MouseEvent action
action | the action id |