make inputs up-to-date for game tick
This commit is contained in:
@ -76,6 +76,8 @@ void input_state_deinit(InputState *input);
|
||||
|
||||
void input_state_update(InputState *input);
|
||||
|
||||
void input_state_update_postframe(InputState *input);
|
||||
|
||||
void input_reset_state(InputState *input);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user