GUI
include
MouseEvent.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2017 by Maciej Wiecierzewski
3
*/
4
5
#ifndef MOUSEEVENT_H
6
#define MOUSEEVENT_H
7
8
#include "
EventObject.h
"
9
10
namespace
gui
11
{
12
13
class
MouseEvent
final :
public
EventObject
14
{
15
public
:
16
MouseEvent
() {}
17
~MouseEvent
() {}
18
19
int
mouseX
,
mouseY
;
20
21
protected
:
22
23
private
:
24
};
25
26
}
27
28
#endif // MOUSEEVENT_H
Generated on Sat Feb 11 2017 20:22:32 for GUI by
1.8.13