glfw/glfw

MacOS Beta with Double Joycon Controller doesn't work. Single Joycon is sporadicly working.

hackedXD opened this issue · 2 comments

OS: MacOS Sonoma 14.5 Developer Beta
Commit ID: 228e582

Steps For Reproduction

  1. Connect a singular joycon using bluetooth
  2. Half of the time, it will work and produce the following when running tests/joycon.app: Video
  3. Connect the second joycon using bluetooth
  4. Will not register any inputs at all: Video

There's a lot of work to do on joystick/controller/gamepad input, including on macOS. This minor release (3.5) is about keyboard input. The next one will focus on controller input.

I also don't have access to this controller. If someone finds the specific bug causing this and it can be done before implementing GameController support, I'd be happy to add a fix for it. Otherwise this will likely be addressed in 3.6.

Hi, I do have access to a mac and a pair of joycons. How would I go about finding the specific bug causing this?