heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
69 stars 3 forks source link

Add gamepad support alongside joystick support in the 'Input' module #62

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

Gamepads are a more user-friendly view of joysticks, built on a big crowd-sourced database of known controllers which GLFW has a copy of.

Marked as medium because I don't know a lot about gamepads yet. I think there's a good chance it's actually a small ticket.