#include <Mouse.H>
Public Types | |
| enum | { NoButton = -10, LeftButton = GLUT_LEFT_BUTTON, MiddleButton = GLUT_MIDDLE_BUTTON, RightButton = GLUT_RIGHT_BUTTON } |
Public Methods | |
| Mouse (unsigned time=0) | |
| void | Press (int btn, int x, int y) |
| void | Release (int btn, int x, int y) |
| bool | MoveTo (int x, int y) |
| bool | MouseMotionMode () const |
| return true if mouse motion enabled and moved successfully. | |
|
|
|
|
|
|
|
|
return true if mouse motion enabled and moved successfully.
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.2.18