Keybind for print screen
by Sean Richards · in Torque Game Engine · 01/26/2007 (11:40 pm) · 2 replies
Is there a way to bind the "print screen" button to the game so it takes a screen shot on being pressed?
About the author
by Sean Richards · in Torque Game Engine · 01/26/2007 (11:40 pm) · 2 replies
Employee Michael Perry
ZombieShortbus
TO
In engine\sim\actionMap.cpp, search for this:
That's where every possible key stroke and input action is bound.