pkulchenko / wxlua

wxlua: Lua bindings for wxWidgets cross-platform GUI toolkit; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and wxWidgets 3.x
306 stars 59 forks source link

wxMouseEvent methods are updated for wxWidgets 3.1 #106

Closed toshinagata closed 2 years ago

toshinagata commented 2 years ago

The implementation of wxMouseEvent contained methods only for wxWidgets 2.8. Newer methods are added (with version checking).

pkulchenko commented 2 years ago

Merged; thank you for the patch!