mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-16 05:51:42 +00:00
Forward mouse hover events
Also add an option --no-mouse-hover to get the old behavior. Fixes #2743 <https://github.com/Genymobile/scrcpy/issues/2743> Fixes #3070 <https://github.com/Genymobile/scrcpy/issues/3070> PR #5039 <https://github.com/Genymobile/scrcpy/pull/5039>
This commit is contained in:
parent
f5e6b8092a
commit
7633228278
10 changed files with 45 additions and 7 deletions
|
@ -290,6 +290,7 @@ struct scrcpy_options {
|
|||
#define SC_OPTION_LIST_CAMERA_SIZES 0x8
|
||||
uint8_t list;
|
||||
bool window;
|
||||
bool mouse_hover;
|
||||
};
|
||||
|
||||
extern const struct scrcpy_options scrcpy_options_default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue