GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames
MIT License
1.67k stars 1.56k forks source link

Virtual Keyboard named "Keyboard" confuse with ActionMap binding. #396

Closed kynora closed 7 years ago

kynora commented 7 years ago

The Keyboard module is a Virtual Keyboard Gui and not system keyboard, the module name is confuse with ActionBinding.

GlobalActionMap.bind( keyboard, "ctrl tilde", toggleConsole );

I rename it to VirtualKeyboard module.

greenfire27 commented 7 years ago

Thanks!