FreeWRL / FreeX3D 4.3.0
|
Data Fields | |
struct TouchState | state |
struct TouchState | frame_state |
struct TouchState | last_state |
int | changed |
int | netweheel |
int | updraw_none |
unsigned int | ID |
int | windex |
void * | stageId |
int | claimant |
int | passed |
struct X3D_Node * | CursorOverSensitive |
struct X3D_Node * | oldCOS |
struct X3D_Node * | lastPressedOver |
struct X3D_Node * | lastOver |
int | lastOverButtonPressed |
void * | hypersensitive |
int | hyperhit |
double | justModel [16] |
struct point_XYZ | hp |
double | hitPointDist |
double | pin_point [3] |
double | ray [6] |
Definition at line 165 of file MainLoop.c.
int Touch::changed |
Definition at line 170 of file MainLoop.c.
int Touch::claimant |
Definition at line 177 of file MainLoop.c.
struct X3D_Node* Touch::CursorOverSensitive |
Definition at line 180 of file MainLoop.c.
struct TouchState Touch::frame_state |
Definition at line 168 of file MainLoop.c.
double Touch::hitPointDist |
Definition at line 191 of file MainLoop.c.
struct point_XYZ Touch::hp |
Definition at line 189 of file MainLoop.c.
int Touch::hyperhit |
Definition at line 187 of file MainLoop.c.
void* Touch::hypersensitive |
Definition at line 186 of file MainLoop.c.
unsigned int Touch::ID |
Definition at line 174 of file MainLoop.c.
double Touch::justModel[16] |
Definition at line 188 of file MainLoop.c.
struct TouchState Touch::last_state |
Definition at line 169 of file MainLoop.c.
struct X3D_Node* Touch::lastOver |
Definition at line 183 of file MainLoop.c.
int Touch::lastOverButtonPressed |
Definition at line 184 of file MainLoop.c.
struct X3D_Node* Touch::lastPressedOver |
Definition at line 182 of file MainLoop.c.
int Touch::netweheel |
Definition at line 171 of file MainLoop.c.
struct X3D_Node* Touch::oldCOS |
Definition at line 181 of file MainLoop.c.
int Touch::passed |
Definition at line 178 of file MainLoop.c.
double Touch::pin_point[3] |
Definition at line 192 of file MainLoop.c.
double Touch::ray[6] |
Definition at line 193 of file MainLoop.c.
void* Touch::stageId |
Definition at line 176 of file MainLoop.c.
struct TouchState Touch::state |
Definition at line 167 of file MainLoop.c.
int Touch::updraw_none |
Definition at line 173 of file MainLoop.c.
int Touch::windex |
Definition at line 175 of file MainLoop.c.