Tangent128 / luasdl2

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

fixed incorrect `SDL.mouseMask.Middle` value #73

Closed tDwtp closed 6 years ago

tDwtp commented 6 years ago

fixed incorrect value of SDL.mouseMask.Middle inside src/mouse.c. See Issue #72 for more information.