Sam Lantinga

Results 1866 comments of Sam Lantinga

Agreed. I would be okay with removing these hints at this point.

Let's do this in steps. I'm coming around to your way of thinking about relative mouse mode too, having it not affect mouse position, so let me play with that...

At this point, given our other discussion and how close we are to release, let's go ahead and close this issue.

This was implemented in https://github.com/libsdl-org/SDL/commit/fbbc29159a25f26d789694a74c2d1d3216dfb49d.

GitHub actions don't sign the frameworks. Typical workflow is that Xcode will automatically sign and embed frameworks when assembling your app.

I just tested with testcontroller and it's working fine here: ``` Added HIDAPI device 'HORIPAD S' VID 0x0f0d, PID 0x00c1, bluetooth 0, version 1394, serial NONE, interface 0, interface_class 0,...

I'm pretty sure this is supposed to work the way you'd expect. Pinging @icculus to verify.

Since the Java code references those functions, I think we need to always include android/hid.cpp, and the HIDAPI guard should affect functionality instead. I haven't taken a closer look yet,...