Swastik Pal

Results 60 comments of Swastik Pal

Not yet, see https://github.com/kitswas/VirtualGamePad-PC/issues/12#issuecomment-3135142730

I did a bit of preliminary research and here's what I found. Let me know if I missed something. Below are the ways to inject input on Android. | Method...

Another option is a serverless setup using the BluetoothHidDevice API but it only works via Bluetooth. [VB Bluetooth Keyboard](https://play.google.com/store/apps/details?id=com.jb.bluetoothbuttons) probably does this.

Any updates on this?

Please see the commit messages for details.

(For reference) Old issues about accessibility: #8 and #27.

> Is there no way to retrieve this information via an official API? @PyvesB Not to my knowledge. They publish raw numbers which I crunch into these metrics via a...

You may use [this website](https://hardwaretester.com/gamepad) (not mine) to test the Gamepad Input. It works. (At least till the apps crash)

The debugger (gdb) tells me the problem lies in `SyntheticController_UnregisterReportCallback` of `XboxgipSynthetic` in `xboxgipsynthetic.dll` ![VS Code screenshot](https://github.com/user-attachments/assets/0bc6cb33-7ca7-4c90-8e7d-54e8af972662) Full stack trace: ``` xboxgipsynthetic.dll!XboxgipSynthetic!SyntheticController_UnregisterReportCallback (Unknown Source:0) xboxgipsynthetic.dll!XboxgipSynthetic!SyntheticController_UnregisterReportCallback (Unknown Source:0) xboxgipsynthetic.dll!XboxgipSynthetic!SyntheticController_UnregisterReportCallback (Unknown Source:0)...

`XboxgipSynthetic.dll` - Is the source-code for this library available anywhere? I would like to fix it if possible. @michael-hawker @bpulliam