Public Member Functions | |
| char[] | text () |
| Convert the binding to text, such as Control-Shift-X. | |
| void | notify (Event event) |
| Notify the binding of an event. | |
Public Attributes | |
| bit | focus |
| Requires keyboard focus. | |
| bit | shift |
| Requires either shift key to be pressed. | |
| bit | control |
| Requires either control key to be pressed. | |
| char[] | keyCode |
| The key code name. | |
| Dispatcher | dispatcher |
| The dispatcher to notify on event. | |
1.3.2