Torque3D/Engine
Glenn Smith c256ebdb5c
Fix Input::getKeyCode on software keyboard layouts
Input::getAscii goes Torque keyCode -> SDL Scancode -> SDL Keycode -> SDL ascii key name
Input::getKeycode used to be SDL ascii key name -> SDL Scancode -> Torque keyCode

This mismatch made software keyboard layouts behave incorrectly in different places. For example, you would bind a key to an ActionMap and it would activate with a different button than specified.
2019-01-10 04:15:22 -05:00
..
bin style.css changes for Project Manager modules 2013-05-01 17:08:43 -04:00
lib micro patch to the nativefiledialogues library to mirror file type name 2018-08-07 13:14:25 -05:00
source Fix Input::getKeyCode on software keyboard layouts 2019-01-10 04:15:22 -05:00