add RageInput::AddHandler

This commit is contained in:
Glenn Maynard
2005-05-14 09:23:30 +00:00
parent abf62b326f
commit e9ffb71c5f
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -46,6 +46,12 @@ void RageInput::WindowReset()
Devices[i]->WindowReset();
}
void RageInput::AddHandler( InputHandler *pHandler )
{
ASSERT( pHandler != NULL );
Devices.push_back( pHandler );
}
/*
* Copyright (c) 2001-2004 Chris Danford, Glenn Maynard
* All rights reserved.