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

Function disableKeyboard

engine/source/platformAndroid/AndroidInput.cpp:490–499  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

488
489//------------------------------------------------------------------------------
490void disableKeyboard()
491{
492 if ( !gInputEnabled || !gKBEnabled )
493 return;
494
495 deactivateKeyboard();
496 gKBEnabled = false;
497
498 Con::printf( "Hardware-direct keyboard disabled." );
499}
500
501//------------------------------------------------------------------------------
502bool activateKeyboard()

Callers 1

disableKeyboardMethod · 0.85

Calls 2

deactivateKeyboardFunction · 0.85
printfFunction · 0.85

Tested by

no test coverage detected