Patrick Stankard
Patrick Stankard
Video from my wired Nest doorbell (2nd generation) works on my iPhone 12, and my Apple TVs. I think it should work on Apple Watches, too, but I don’t have...
I added one more commit but I could do it in a separate PR if that's easier: [5522cb2](https://github.com/potmat/homebridge-google-nest-sdm/pull/145/commits/5522cb257f5e87b806b2bb66ff7b6d6a4096a74e) I was doing a diff between what is happening here vs. [the...
@schellingb I think this commit (e218a964612478a4bc02ce0fb2ab28b0844c0f60) might have the behavior you're looking for, I'm gonna test it and let you know
@schellingb controlling the menu with a mouse works now, in this commit: [cd47e27](https://github.com/libretro/RetroArch/pull/16203/commits/cd47e27b0573799dc8ea07c35995e190fd33353e) 🎉 The issue was that `android_input_state` wasn't handling `RARCH_DEVICE_MOUSE_SCREEN`. I also tested the commit to always capture...
@TyroneSlothrop unfortunately everything here is Android-specific (input drivers, frontend drivers, etc), so it can't be ported to iOS. Looking at the input drivers for Cocoa, it seems like iOS is...
@LuanVSO thank you for the video - I'm trying to see if it's something I can do to speed up the cursor, but I haven't had any luck yet... @schellingb...
@LuanVSO I think I figured out the pointer speed issue, can you give the build on this commit a try? https://github.com/libretro/RetroArch/pull/16203/commits/a4bb625d35fd372e3a808b7eb15dae29ffde06d1
@LuanVSO this build uses the actual width/height from the video resolution, give it a shot: https://github.com/libretro/RetroArch/pull/16203/commits/9a1c30ab373008de3c5ace9a7727760e9a754ca8 I haven't looked into any of the touch behavior yet, I'll take a look...
@LibretroAdmin I’m good with merging it in it’s current state, I know @schellingb didn’t want the final result to depend on having the `input_auto_mouse_grab` config value, but I think we...
@LibretroAdmin I have been using this branch to play point-and-click DOS games and trackball games on Android for a few weeks now, and it works really well. I think it's...