Game Development Community

Input Handler

by Alexandre Ribeiro de Sa · in Torque 3D Beginner · 07/01/2010 (1:10 pm) · 2 replies

Where is the players input handler code???

Is inside T3D engine code or in any script???

I'm with player.cs file here and I didn't found the code :(


All the best! :D

#1
07/01/2010 (2:17 pm)
default keybinds in scripts/client/default.binds.cs - these then in turn will call the various input methods (C++ or script).
#2
07/01/2010 (2:54 pm)
Thanks! You solved lots of my questions :D