Nintorch

Results 2 issues of Nintorch

Based on https://github.com/godotengine/godot/pull/87925, https://github.com/xsellier/godot/commit/2139868a5c6f986d0ce05235b0f506551c3a725b and https://github.com/xsellier/godot/commit/734322b1c64edf0f607448f09e79cb91502064f9 . Closes https://github.com/godotengine/godot-proposals/issues/9000 . Fixes #106618 Fixes https://github.com/godotengine/godot/issues/47874 Fixes https://github.com/godotengine/godot/issues/81191 Fixes https://github.com/godotengine/godot/issues/37675 Bugs that were reported to be fixed by the previous SDL input...

feature proposal
platform:windows
platform:linuxbsd
platform:macos
topic:porting
topic:thirdparty
topic:input

Similarly to https://github.com/libsdl-org/SDL/issues/14497, motion sensors (accelerometer and gyroscope) are [not available for controllers on Android without the HIDAPI driver](https://github.com/libsdl-org/SDL/blob/29213efa65b502d53917a04ec73f9ac5acd896f8/src/joystick/android/SDL_sysjoystick.c#L618-L621). I think it should be possible to make them work, see...