Nate C.

Results 16 comments of Nate C.

gosh i thought this is bugging me. it's either this or chrome's Ctrl-n

scrcpy 1.12.1 dependencies: - SDL 2.0.10 - libavcodec 58.54.100 - libavformat 58.29.100 - libavutil 56.31.100 `adb shell input tap 179 179` [log.txt](https://github.com/Genymobile/scrcpy/files/4875053/log.txt) same phone (F11 Pro), same situation, most keyboard,...

now running build master version scrcpy 1.14 dependencies: - SDL 2.0.10 - libavcodec 58.54.100 - libavformat 58.29.100 - libavutil 56.31.100 the command works. but left click doesnt.

```static bool convert_mouse_button(const SDL_MouseButtonEvent *from, struct screen *screen, struct control_msg *to) { to->type = CONTROL_MSG_TYPE_INJECT_TOUCH_EVENT; if (!convert_mouse_action(from->type, &to->inject_touch_event.action)) { return false; } to->inject_touch_event.pointer_id = POINTER_ID_MOUSE; to->inject_touch_event.position.screen_size = screen->frame_size; to->inject_touch_event.position.point =...

i got nothing (instead and in-addition).

``` $ cd scrcpy $ vim app/src/input_manager.c $ vim server/src/main/java/com/genymobile/scrcpy/Controller.java $ meson x --buildtype release --strip -Db_lto=true $ ninja -Cx $ ./run x ``` anything i miss?

``` ➜ scrcpy git:(dev) ✗ ./run x INFO: scrcpy 1.14 x/server/scrcpy-server: 1 file pushed, 0 skipped. 107.0 MB/s (33374 bytes in 0.000s) [server] INFO: Device: OPPO CPH1969 (Android 10) INFO:...