TDME2
1.9.121
src
tdme
gui
events
GUIKeyboardEvent.cpp
Go to the documentation of this file.
1
#include <
tdme/tdme.h
>
2
#include <
tdme/gui/events/GUIKeyboardEvent.h
>
3
4
using
tdme::gui::events::GUIKeyboardEvent
;
5
6
GUIKeyboardEvent::GUIKeyboardEvent()
7
{
8
this->
time
= -1LL;
9
this->
type
= GUIKeyboardEventType::KEYBOARDEVENT_NONE;
10
this->
keyCode
= -1;
11
this->
keyChar
= 0;
12
this->
metaDown
=
false
;
13
this->
controlDown
=
false
;
14
this->
altDown
=
false
;
15
this->
shiftDown
=
false
;
16
this->
processed
=
false
;
17
}
18
19
GUIKeyboardEvent::~GUIKeyboardEvent
() {
20
}
GUIKeyboardEvent.h
tdme::gui::events::GUIKeyboardEvent
GUI keyboard event.
Definition:
GUIKeyboardEvent.h:13
tdme::gui::events::GUIKeyboardEvent::controlDown
bool controlDown
Definition:
GUIKeyboardEvent.h:61
tdme::gui::events::GUIKeyboardEvent::shiftDown
bool shiftDown
Definition:
GUIKeyboardEvent.h:63
tdme::gui::events::GUIKeyboardEvent::altDown
bool altDown
Definition:
GUIKeyboardEvent.h:62
tdme::gui::events::GUIKeyboardEvent::~GUIKeyboardEvent
~GUIKeyboardEvent()
Destructor.
Definition:
GUIKeyboardEvent.cpp:19
tdme::gui::events::GUIKeyboardEvent::processed
bool processed
Definition:
GUIKeyboardEvent.h:64
tdme::gui::events::GUIKeyboardEvent::type
GUIKeyboardEventType type
Definition:
GUIKeyboardEvent.h:57
tdme::gui::events::GUIKeyboardEvent::keyCode
int32_t keyCode
Definition:
GUIKeyboardEvent.h:58
tdme::gui::events::GUIKeyboardEvent::metaDown
bool metaDown
Definition:
GUIKeyboardEvent.h:60
tdme::gui::events::GUIKeyboardEvent::keyChar
char keyChar
Definition:
GUIKeyboardEvent.h:59
tdme::gui::events::GUIKeyboardEvent::time
int64_t time
Definition:
GUIKeyboardEvent.h:56
tdme.h
Generated by
1.9.3