Do not return status for event handling

It is never read. Simplify.
This commit is contained in:
Romain Vimont 2022-01-21 19:16:32 +01:00
commit ebef027c4f
5 changed files with 21 additions and 24 deletions

View file

@ -59,7 +59,7 @@ void
sc_input_manager_init(struct sc_input_manager *im,
const struct sc_input_manager_params *params);
bool
void
sc_input_manager_handle_event(struct sc_input_manager *im, SDL_Event *event);
#endif