UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
mousebutton.h
Go to the documentation of this file.
1 #ifndef UGDK_INPUT_MOUSEBUTTON_H_
2 #define UGDK_INPUT_MOUSEBUTTON_H_
3 
4 namespace ugdk {
5 namespace input {
6 
7 enum class MouseButton
8 {
9  LEFT,
10  MIDDLE,
11  RIGHT,
12  X1,
13  X2
14 };
15 
16 } // namespace input
17 } // namespace ugdk
18 
19 #endif // UGDK_INPUT_MOUSEBUTTON_H_
Definition: animation.h:11
MouseButton
Definition: mousebutton.h:7