Game Development Community

Keyboard commands?

by itttech (#0002) · in Torque Game Engine · 09/16/2006 (12:38 pm) · 1 replies

Is there a list of all the keyboard commands for torque game engine?

like a list stating what each key does?

#1
09/16/2006 (2:53 pm)
For each mod it's different.

You can do a find-in-all-files for all .cs and .gui files, looking for the keyword "bind"; this will give you most of
them.

If you get msys or cygwin, you can do the same thing from a command line:
grep -ri bind --include=*.cs .