TestFrameWork::MouseState Class Reference
List of all members.
Public Member Functions |
|
| MouseState (int x, int y, int dx, int dy, int prevX, int prevY, int delta, bool pressed, MouseButton button) |
|
void | NextPosition (int x, int y) |
Public Attributes |
|
int | m_x |
|
int | m_y |
|
int | m_prevX |
|
int | m_prevY |
|
int | m_dx |
|
int | m_dy |
|
int | m_delta |
|
bool | m_pressed |
|
MouseButton | m_button |
The documentation for this class was generated from the following files:
- src/TaskBasedFlockSim/MouseState.h
- src/TaskBasedFlockSim/MouseState.cpp