mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
fix 1
This commit is contained in:
parent
9950c6147a
commit
0a4e10022e
2 changed files with 6 additions and 0 deletions
|
|
@ -776,6 +776,11 @@ sc_input_manager_process_mouse_button(struct sc_input_manager *im,
|
|||
action_app_switch(im, action);
|
||||
}
|
||||
return;
|
||||
case SC_MOUSE_BINDING_INFO:
|
||||
if (im->kp) {
|
||||
action_info(im, action);
|
||||
}
|
||||
return;
|
||||
case SC_MOUSE_BINDING_EXPAND_NOTIFICATION_PANEL:
|
||||
if (down) {
|
||||
if (event->clicks < 2) {
|
||||
|
|
|
|||
|
|
@ -182,6 +182,7 @@ enum sc_mouse_binding {
|
|||
SC_MOUSE_BINDING_BACK,
|
||||
SC_MOUSE_BINDING_HOME,
|
||||
SC_MOUSE_BINDING_APP_SWITCH,
|
||||
SC_MOUSE_BINDING_INFO,
|
||||
SC_MOUSE_BINDING_EXPAND_NOTIFICATION_PANEL,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue