Mouse information structure. More...
#include <tgfclient.h>
Public Attributes | |
| int | edgeup [3] |
| Button transition from down (pressed) to up. More... | |
| int | edgedn [3] |
| Button transition from up to down. More... | |
| int | button [3] |
| Button state (1 = up) More... | |
| float | ax [4] |
| mouse axis position (mouse considered as a joystick) More... | |
Mouse information structure.
Definition at line 294 of file tgfclient.h.
| float tCtrlMouseInfo::ax[4] |
mouse axis position (mouse considered as a joystick)
Definition at line 299 of file tgfclient.h.
| int tCtrlMouseInfo::button[3] |
Button state (1 = up)
Definition at line 298 of file tgfclient.h.
| int tCtrlMouseInfo::edgedn[3] |
Button transition from up to down.
Definition at line 297 of file tgfclient.h.
| int tCtrlMouseInfo::edgeup[3] |
Button transition from down (pressed) to up.
Definition at line 296 of file tgfclient.h.