Tangent128 / luasdl2

A pure C binding of SDL 2.0 for Lua 5.1, Lua 5.2, and LuaJIT.
ISC License
383 stars 73 forks source link

SDL.joyHat lack SDL_HAT_CENTERED #82

Closed v1993 closed 3 years ago

v1993 commented 5 years ago

Everything is in title. Fix seem to be trivial: add

    { "Centred",    SDL_HAT_CENTRED     },

in joystick.c:487.

markand commented 3 years ago

Thanks! Note that is has been added as Centered, not Centred.