diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-20 09:35:58 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-20 09:35:58 -0400 |
| commit | d3d72e3b099ce134a120e6dd1bb106f3e76e3305 (patch) | |
| tree | 9362ee93c908d724bdebf6944de14b95ec954438 /src/player-input.hpp | |
| parent | 7889bdb53b3ec8157c8e0ffe7f4023435d023abf (diff) | |
Remove expired unhandled events
Diffstat (limited to 'src/player-input.hpp')
| -rw-r--r-- | src/player-input.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player-input.hpp b/src/player-input.hpp index c6429eb..baa4327 100644 --- a/src/player-input.hpp +++ b/src/player-input.hpp @@ -50,7 +50,7 @@ struct PkeInputEvent { int32_t mods; }; -void PkeInput_Tick(); +void PkeInput_Tick(double delta); void PkeInput_Init(); void PkeInput_Teardown(); |
