|
MyGUI
3.2.0
|
#include <MyGUI_MouseButton.h>
Public Types | |
| enum | Enum { None = -1, Left = 0, Right, Middle, Button0 = 0, Button1, Button2, Button3, Button4, Button5, Button6, Button7, MAX } |
Public Member Functions | |
| MouseButton (Enum _value=None) | |
| int | toValue () const |
Friends | |
| bool | operator== (MouseButton const &a, MouseButton const &b) |
| bool | operator!= (MouseButton const &a, MouseButton const &b) |
Definition at line 30 of file MyGUI_MouseButton.h.
| None | |
| Left | |
| Right | |
| Middle | |
| Button0 | |
| Button1 | |
| Button2 | |
| Button3 | |
| Button4 | |
| Button5 | |
| Button6 | |
| Button7 | |
| MAX |
Definition at line 32 of file MyGUI_MouseButton.h.
| MyGUI::MouseButton::MouseButton | ( | Enum | _value = None | ) | [inline] |
Definition at line 51 of file MyGUI_MouseButton.h.
| int MyGUI::MouseButton::toValue | ( | ) | const [inline] |
Definition at line 66 of file MyGUI_MouseButton.h.
| bool operator!= | ( | MouseButton const & | a, |
| MouseButton const & | b | ||
| ) | [friend] |
Definition at line 61 of file MyGUI_MouseButton.h.
| bool operator== | ( | MouseButton const & | a, |
| MouseButton const & | b | ||
| ) | [friend] |
Definition at line 56 of file MyGUI_MouseButton.h.
1.7.6.1