Public Member Functions | |
| MouseButtons (MouseButtons mb) | |
| override bool | Equals (object obj) |
| bool | Equals (MouseButtons p) |
| override int | GetHashCode () |
| bool | None () |
| bool | Left () |
| bool | Right () |
| bool | Middle () |
| bool | X1 () |
| bool | X2 () |
| void | Left (bool in_state) |
| void | Right (bool in_state) |
| void | Middle (bool in_state) |
| void | X1 (bool in_state) |
| void | X2 (bool in_state) |
Static Public Member Functions | |
| static bool | operator== (MouseButtons b1, MouseButtons b2) |
| static bool | operator!= (MouseButtons b1, MouseButtons b2) |
| static MouseButtons | operator+ (MouseButtons b1, MouseButtons b2) |
| static MouseButtons | operator- (MouseButtons b1, MouseButtons b2) |
| static MouseButtons | ButtonLeft () |
| static MouseButtons | ButtonRight () |
| static MouseButtons | ButtonMiddle () |
| static MouseButtons | ButtonX1 () |
| static MouseButtons | ButtonX2 () |