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
parent 8e4e7d42f1
commit ebef027c4f
5 changed files with 21 additions and 24 deletions

View File

@@ -139,7 +139,7 @@ void
sc_screen_set_rotation(struct sc_screen *screen, unsigned rotation);
// react to SDL events
bool
void
sc_screen_handle_event(struct sc_screen *screen, SDL_Event *event);
// convert point from window coordinates to frame coordinates