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

Method activate

engine/source/platformAndroid/AndroidInput.cpp:334–340  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

332
333//------------------------------------------------------------------------------
334void Input::activate()
335{
336 smActive = true;
337
338 enableMouse();
339// enableKeyboard();
340}
341
342//------------------------------------------------------------------------------
343void Input::deactivate()

Callers

nothing calls this directly

Calls 1

enableMouseFunction · 0.85

Tested by

no test coverage detected