pass around InputEventPlus in Screen::Input instead of multiple input structures
This commit is contained in:
@@ -11,7 +11,7 @@ public:
|
||||
ScreenTestFonts( CString sName );
|
||||
virtual void Init();
|
||||
|
||||
void Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI );
|
||||
void Input( const InputEventPlus &input );
|
||||
void DrawPrimitives();
|
||||
void HandleScreenMessage( const ScreenMessage SM );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user