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

Function createMouseTapEvent

engine/source/platformAndroid/AndroidInput.cpp:959–962  ·  view source on GitHub ↗

Luma: Tap support

Source from the content-addressed store, hash-verified

957
958//Luma: Tap support
959void createMouseTapEvent( S32 nbrTaps, S32 x, S32 y ) {
960
961 TouchTapEvents.push_back( touchEvent( nbrTaps, x, y ) );
962}
963

Callers 1

engine_handle_inputFunction · 0.85

Calls 2

touchEventClass · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected