don't bother typedefing this
no static
This commit is contained in:
@@ -1371,7 +1371,7 @@ void HandleInputEvents(float fDeltaTime)
|
|||||||
if( SCREENMAN->GetTopScreen()->IsFirstUpdate() )
|
if( SCREENMAN->GetTopScreen()->IsFirstUpdate() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
static InputEventArray ieArray;
|
vector<InputEvent> ieArray;
|
||||||
INPUTFILTER->GetInputEvents( ieArray );
|
INPUTFILTER->GetInputEvents( ieArray );
|
||||||
|
|
||||||
/* If we don't have focus, discard input. */
|
/* If we don't have focus, discard input. */
|
||||||
|
|||||||
Reference in New Issue
Block a user