mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 04:45:31 +00:00
- Added a default keyboard layout for launching the game. It's fixed crash when a game running with the extend unicode keyboard (cyrillic, for example).
This commit is contained in:
parent
65099897f4
commit
e18fbcfb89
5 changed files with 41 additions and 2 deletions
|
|
@ -148,6 +148,13 @@
|
|||
/// texture manager.
|
||||
#define TORQUE_FRAME_SIZE 16 << 20
|
||||
|
||||
// Default keyboard layout for launching the game. It's fixed crash when a
|
||||
// game running with the extend unicode keyboard (cyrillic, for example).
|
||||
// Windows only.
|
||||
// @see For choice language >
|
||||
// http://msdn.microsoft.com/en-us/library/windows/desktop/dd318693%28v=vs.85%29.aspx
|
||||
#define TORQUE_DEFAULT_KEYBOARD_LAYOUT LANG_ENGLISH
|
||||
|
||||
// Finally, we define some dependent #defines. This enables some subsidiary
|
||||
// functionality to get automatically turned on in certain configurations.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue