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

Function activateKeyboard

engine/source/platformAndroid/AndroidInput.cpp:502–510  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

500
501//------------------------------------------------------------------------------
502bool activateKeyboard()
503{
504 if ( !gInputEnabled || !Input::isActive() || !gKBEnabled )
505 return( false );
506
507 gKBActive = true;
508
509 return( gKBActive );
510}
511
512//------------------------------------------------------------------------------
513void deactivateKeyboard()

Callers 7

ToggleConsoleFunction · 0.85
enableKeyboardFunction · 0.85
activateMethod · 0.85
enableKeyboardMethod · 0.85
activateMethod · 0.85
enableKeyboardMethod · 0.85

Calls 1

isActiveFunction · 0.85

Tested by

no test coverage detected