transferred input processing to its own file

This commit is contained in:
Patrick Schwarzer 2025-04-29 04:58:53 +02:00
parent 077b2759ad
commit f44bcede74
3 changed files with 25 additions and 56 deletions

View file

@ -1,4 +1,4 @@
#pragma once
void process_input();
void process_input(SDL_Keysym &keysym, bool down, lua_State &luaState);