MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / touchEvent

Class touchEvent

engine/source/platformAndroid/AndroidInput.cpp:65–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65struct touchEvent {
66 S32 number;
67 S32 x;
68 S32 y;
69 touchEvent( S32 a, S32 b, S32 c ) {
70 number = a;
71 x = b;
72 y = c;
73 }
74};
75
76
77Vector<touchEvent> TouchMoveEvents;//<Mat> to make sure we don't have multiple events per frame

Callers 4

createMouseMoveEventFunction · 0.85
createMouseDownEventFunction · 0.85
createMouseUpEventFunction · 0.85
createMouseTapEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected