2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-31 22:35:37 +00:00

Rename switch_fullscreen() to toggle_fullscreen()

Toggle means to switch between two states.
This commit is contained in:
Romain Vimont
2024-09-25 19:59:49 +02:00
parent 0bb3955b95
commit d92b7a6024
3 changed files with 5 additions and 5 deletions

View File

@@ -536,7 +536,7 @@ sc_input_manager_process_key(struct sc_input_manager *im,
return;
case SDLK_f:
if (video && !shift && !repeat && down) {
sc_screen_switch_fullscreen(im->screen);
sc_screen_toggle_fullscreen(im->screen);
}
return;
case SDLK_w: