add monkey scripting input driver for longevity testing

This commit is contained in:
Chris Danford
2004-10-16 15:04:10 +00:00
parent b3f472ae8c
commit 722941a646
14 changed files with 216 additions and 27 deletions
+2 -2
View File
@@ -7,12 +7,12 @@
RageInput* INPUTMAN = NULL; // globally accessable input device
RageInput::RageInput()
RageInput::RageInput( CString drivers )
{
LOG->Trace( "RageInput::RageInput()" );
/* Init optional devices. */
MakeInputHandlers(Devices);
MakeInputHandlers(drivers,Devices);
/* If no input devices are loaded, the user won't be able to input anything.
* That should never happen. */