frontend-sdl2 icon indicating copy to clipboard operation
frontend-sdl2 copied to clipboard

Add Gamepad Support

Open kblaschke opened this issue 1 year ago • 1 comments
trafficstars

Since the application uses SDL2 and the new UI also supports gamepad input, it's just logical to suport gamepad (and joystick) input to control different functions and parts of the UI. Here's my personal proposal for button bindings, but since I'm not the gamepad gamer type, other suggestions are really welcome:

  • Next preset immediate: RB
  • Next preset slow transition: RT
  • Previous preset immediate: LB
  • Previous preset slow transition: LT
  • Back (last preset): B
  • Lock/unlock preset: A
  • Toggle Shuffle: Y
  • Select audio device: L/R
  • Change beat sensitivity: U/D
  • Toggle UI: Start

kblaschke avatar Mar 25 '24 17:03 kblaschke

  • Select+D-Pad right = Switch to next Monitor
  • Select+D-Pad Up = Quit
  • Select+D-Pad left = fullscreen on/off

Stevelande avatar Mar 25 '24 21:03 Stevelande