mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-17 02:15:24 +00:00
Input Test module created by mars @ https://github.com/OTHGMars/Torque3D/tree/inputMonitoring
This commit is contained in:
parent
b2fcd5e7fb
commit
3b206d9f13
7 changed files with 1026 additions and 0 deletions
10
Templates/Modules/inputTest/inputTest.module
Normal file
10
Templates/Modules/inputTest/inputTest.module
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<ModuleDefinition
|
||||
ModuleId="inputTest"
|
||||
VersionId="1"
|
||||
Description="Input Monitor Module."
|
||||
ScriptFile="inputTest.cs"
|
||||
CreateFunction="create"
|
||||
DestroyFunction="destroy"
|
||||
Group="Game"
|
||||
Dependencies="UI=1">
|
||||
</ModuleDefinition>
|
||||
Loading…
Add table
Add a link
Reference in a new issue