#include <WEvent>
Public Member Functions | |
WKeyEvent () | |
Default constructor. | |
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. | |
const std::string & | character () const |
The unicode character. |