#include <WEvent>
Public Member Functions | |
| bool | altKey () const |
| Has the alt key been pressed ? | |
| bool | metaKey () const |
| Has the meta key been pressed ? | |
| bool | ctrlKey () const |
| Has the ctrl key been pressed ? | |
| bool | shiftKey () const |
| Has the shift key been pressed ? | |
| int | keyCode () const |
| The key code. | |
| std::string | character () const |
| The unicode character. | |
1.4.7