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

Method setCursorPos

engine/source/platformAndroid/AndroidInput.cpp:639–642  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

637
638//------------------------------------------------------------------------------
639void Input::setCursorPos(S32 x, S32 y)
640{
641 //this gets called from GuiCanvas to set the game mouse cursor
642}
643
644int processMultipleTouches()
645{

Callers 2

createMouseMoveEventFunction · 0.45
createMouseDownEventFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected