mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-28 11:49:10 +00:00
Do not return status for event handling
It is never read. Simplify.
This commit is contained in:
parent
8e4e7d42f1
commit
ebef027c4f
5 changed files with 21 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue