TDME2
1.9.121
src
tdme
gui
events
GUIMouseEvent.cpp
Go to the documentation of this file.
1
#include <
tdme/tdme.h
>
2
#include <
tdme/gui/events/GUIMouseEvent.h
>
3
4
using
tdme::gui::events::GUIMouseEvent
;
5
6
GUIMouseEvent::GUIMouseEvent()
7
{
8
this->
time
= -1;
9
this->
type
= GUIMouseEventType::MOUSEEVENT_NONE;
10
this->
x
= -1;
11
this->
y
= -1;
12
this->
xUnscaled
= -1;
13
this->
yUnscaled
= -1;
14
this->
button
= -1;
15
this->
wheelX
= 0.0f;
16
this->
wheelY
= 0.0f;
17
this->
wheelZ
= 0.0f;
18
this->
shiftDown
=
false
;
19
this->
altDown
=
false
;
20
this->
controlDown
=
false
;
21
this->
metaDown
=
false
;
22
this->
processed
=
false
;
23
}
24
25
GUIMouseEvent::~GUIMouseEvent
() {
26
}
GUIMouseEvent.h
tdme::gui::events::GUIMouseEvent
GUI mouse event.
Definition:
GUIMouseEvent.h:13
tdme::gui::events::GUIMouseEvent::controlDown
bool controlDown
Definition:
GUIMouseEvent.h:36
tdme::gui::events::GUIMouseEvent::y
int y
Definition:
GUIMouseEvent.h:30
tdme::gui::events::GUIMouseEvent::shiftDown
bool shiftDown
Definition:
GUIMouseEvent.h:38
tdme::gui::events::GUIMouseEvent::altDown
bool altDown
Definition:
GUIMouseEvent.h:37
tdme::gui::events::GUIMouseEvent::button
int button
Definition:
GUIMouseEvent.h:31
tdme::gui::events::GUIMouseEvent::type
GUIMouseEventType type
Definition:
GUIMouseEvent.h:26
tdme::gui::events::GUIMouseEvent::x
int x
Definition:
GUIMouseEvent.h:29
tdme::gui::events::GUIMouseEvent::~GUIMouseEvent
~GUIMouseEvent()
Destructor.
Definition:
GUIMouseEvent.cpp:25
tdme::gui::events::GUIMouseEvent::processed
bool processed
Definition:
GUIMouseEvent.h:39
tdme::gui::events::GUIMouseEvent::metaDown
bool metaDown
Definition:
GUIMouseEvent.h:35
tdme::gui::events::GUIMouseEvent::wheelX
float wheelX
Definition:
GUIMouseEvent.h:32
tdme::gui::events::GUIMouseEvent::yUnscaled
int yUnscaled
Definition:
GUIMouseEvent.h:28
tdme::gui::events::GUIMouseEvent::xUnscaled
int xUnscaled
Definition:
GUIMouseEvent.h:27
tdme::gui::events::GUIMouseEvent::wheelZ
float wheelZ
Definition:
GUIMouseEvent.h:34
tdme::gui::events::GUIMouseEvent::wheelY
float wheelY
Definition:
GUIMouseEvent.h:33
tdme::gui::events::GUIMouseEvent::time
int64_t time
Definition:
GUIMouseEvent.h:25
tdme.h
Generated by
1.9.3