Closed CouleeApps closed 5 years ago
Input::getAscii goes Torque keyCode -> SDL Scancode -> SDL Keycode -> SDL ascii key name Input::getKeycode goes SDL ascii key name -> SDL Scancode -> Torque keyCode
This mismatch makes software keyboard layouts behave incorrectly in different places. For example, if you bind a key to an ActionMap and it will activate with a different button than specified.
checks out
Input::getAscii goes Torque keyCode -> SDL Scancode -> SDL Keycode -> SDL ascii key name Input::getKeycode goes SDL ascii key name -> SDL Scancode -> Torque keyCode
This mismatch makes software keyboard layouts behave incorrectly in different places. For example, if you bind a key to an ActionMap and it will activate with a different button than specified.