mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
resolve double SDLK_i
This commit is contained in:
parent
0a4e10022e
commit
1f5339ed4f
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ sc_input_manager_process_key(struct sc_input_manager *im,
|
|||
sc_screen_resize_to_pixel_perfect(im->screen);
|
||||
}
|
||||
return;
|
||||
case SDLK_i:
|
||||
case SDLK_q:
|
||||
if (video && !shift && !repeat && down) {
|
||||
switch_fps_counter_state(im);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue