Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
959
void createMouseTapEvent( S32 nbrTaps, S32 x, S32 y ) {
960
961
TouchTapEvents.push_back( touchEvent( nbrTaps, x, y ) );
962
}
963
Callers
1
engine_handle_input
Function · 0.85
Calls
2
touchEvent
Class · 0.85
push_back
Method · 0.45
Tested by
no test coverage detected