For the GDevelop team

Can you make games compatible with the Nintendo Switch Joy-Con controller because GDevelop games are already compatible with the XBox controller. I’m playing a game called Last of Cats with complicated controls and I don’t have an XBox and I’m not used to playing games with WASD.

1 Like

To clarify, GDevelop itself doesn’t natively have gamepad support. You’re thinking of the gamepad extension, which uses the javascript Gamepad API.

As far as I know, Joycons are not supported natively by that API as they don’t use standard OS drivers and do not map correctly. Because of this even the extension author would not be able to make them function. I believe the Switch Pro controller does support the standard OS drivers and works correctly, however.