TDME2 1.9.121
|
#include <tdme/gui/events/GUIKeyboardEvent.h>
Public Types | |
enum | GUIKeyboardEventType { KEYBOARDEVENT_NONE , KEYBOARDEVENT_KEY_PRESSED , KEYBOARDEVENT_KEY_RELEASED , KEYBOARDEVENT_KEY_TYPED } |
Public Member Functions | |
GUIKeyboardEvent () | |
Public constructor. More... | |
~GUIKeyboardEvent () | |
Destructor. More... | |
int64_t | getTime () |
void | setTime (int64_t time) |
Time in milliseconds. More... | |
GUIKeyboardEventType | getType () |
void | setType (GUIKeyboardEventType type) |
Set type. More... | |
int32_t | getKeyCode () |
void | setKeyCode (int32_t code) |
Set key code. More... | |
char | getKeyChar () |
void | setKeyChar (char keyChar) |
Set key char. More... | |
bool | isMetaDown () |
void | setMetaDown (bool metaDown) |
Set meta down. More... | |
bool | isControlDown () |
void | setControlDown (bool controlDown) |
Set control down. More... | |
bool | isAltDown () |
void | setAltDown (bool altDown) |
Set alt down. More... | |
bool | isShiftDown () |
void | setShiftDown (bool shiftDown) |
Set shift down. More... | |
bool | isProcessed () |
void | setProcessed (bool processed) |
Set event processed. More... | |
Private Attributes | |
int64_t | time |
GUIKeyboardEventType | type { KEYBOARDEVENT_NONE } |
int32_t | keyCode |
char | keyChar |
bool | metaDown |
bool | controlDown |
bool | altDown |
bool | shiftDown |
bool | processed |
Friends | |
class | GUIKeyboardEvent_Type |
enum GUIKeyboardEventType |
Enumerator | |
---|---|
KEYBOARDEVENT_NONE | |
KEYBOARDEVENT_KEY_PRESSED | |
KEYBOARDEVENT_KEY_RELEASED | |
KEYBOARDEVENT_KEY_TYPED |
Definition at line 48 of file GUIKeyboardEvent.h.
GUIKeyboardEvent | ( | ) |
Public constructor.
Definition at line 6 of file GUIKeyboardEvent.cpp.
~GUIKeyboardEvent | ( | ) |
Destructor.
Definition at line 19 of file GUIKeyboardEvent.cpp.
|
inline |
Definition at line 125 of file GUIKeyboardEvent.h.
|
inline |
Definition at line 110 of file GUIKeyboardEvent.h.
|
inline |
Definition at line 80 of file GUIKeyboardEvent.h.
|
inline |
Definition at line 95 of file GUIKeyboardEvent.h.
|
inline |
Definition at line 170 of file GUIKeyboardEvent.h.
|
inline |
Definition at line 155 of file GUIKeyboardEvent.h.
|
inline |
Definition at line 140 of file GUIKeyboardEvent.h.
|
inline |
Definition at line 200 of file GUIKeyboardEvent.h.
|
inline |
Definition at line 185 of file GUIKeyboardEvent.h.
|
inline |
|
inline |
Set control down.
controlDown | control down |
Definition at line 163 of file GUIKeyboardEvent.h.
|
inline |
|
inline |
|
inline |
|
inline |
Set event processed.
processed | processed |
Definition at line 208 of file GUIKeyboardEvent.h.
|
inline |
|
inline |
|
inline |
|
friend |
Definition at line 213 of file GUIKeyboardEvent.h.
|
private |
Definition at line 62 of file GUIKeyboardEvent.h.
|
private |
Definition at line 61 of file GUIKeyboardEvent.h.
|
private |
Definition at line 59 of file GUIKeyboardEvent.h.
|
private |
Definition at line 58 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 18 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 20 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 25 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 27 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 28 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 29 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 38 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 39 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 40 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 30 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 31 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 32 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 33 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 34 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 35 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 36 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 37 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 22 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 41 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 42 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 43 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 26 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 19 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 24 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 44 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 45 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 46 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 21 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 16 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 17 of file GUIKeyboardEvent.h.
|
staticconstexpr |
Definition at line 23 of file GUIKeyboardEvent.h.
|
private |
Definition at line 60 of file GUIKeyboardEvent.h.
|
private |
Definition at line 64 of file GUIKeyboardEvent.h.
|
private |
Definition at line 63 of file GUIKeyboardEvent.h.
|
private |
Definition at line 56 of file GUIKeyboardEvent.h.
|
private |
Definition at line 57 of file GUIKeyboardEvent.h.