Thursday, September 12, 2013

Detecting keyboard layout (QWERTY, Colemak, etc.) in ActionScript 3

Detecting keyboard layout (QWERTY, Colemak, etc.) in ActionScript 3

I'm developing a game in AS3 and would like to set the game to bind
movement to WASD if the player's keyboard is QWERTY, WARS if it's Colemak,
etc. Is this possible, and if so, what are some ways that I could
implement this?

No comments:

Post a Comment