Game Development Community

MoveMap.bindCmd list of options?

by Vern Jensen · in Torque Game Builder · 06/17/2006 (10:41 pm) · 2 replies

I've tried searching for documentation on moveMap.bindCmd both in the TGB reference and online, but haven't found anything so far. What I want to know is the list of possible values I can pass for keyboard, joystick, or (???) for all the various possible things on a keyboard/joystick or other input device.

For example, is there a way to bind the Control/Option/Command keys? What about shift or caps lock?

Fortunately, I found the ones for the arrow keys -- they're just "up" "down" and so on. But what about numeric keypad? Or joystick buttons?

There's got to a complete list somewhere...

-Vern

#1
06/18/2006 (1:19 am)
Open the "Input Interaction" .pdf within your reference folder and you'll find all you desire.
#2
06/18/2006 (1:03 pm)
D'oh! How silly of me to miss that. Thanks. :-)

-Vern