titan-studio / coeus

Pure LuaJIT game engine with a focus on fast development and high quality games
zlib License
25 stars 0 forks source link

GLFW 3.0.4 has a lacking joystick interface #16

Closed LPGhatguy closed 9 years ago

LPGhatguy commented 10 years ago

GLFW doesn't have prebuilt bindings for different controllers on different systems and also has no interface to control the rumble functionality of joysticks.

We should potentially write this code for the GLFW codebase primarily for our betterment.

kyle-emmerich commented 10 years ago

Contributing to GLFW would look good for us too, I agree.