mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
fix missing return statement
This commit is contained in:
parent
fb4efa013e
commit
00d41fe0d1
1 changed files with 1 additions and 0 deletions
|
|
@ -422,6 +422,7 @@ sc_input_manager_process_key(struct sc_input_manager *im,
|
|||
if (im->kp && !shift && !repeat && !paused) {
|
||||
action_app_switch(im, action);
|
||||
}
|
||||
return;
|
||||
case SDLK_m:
|
||||
if (im->kp && !shift && !repeat && !paused) {
|
||||
action_menu(im, action);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue