DarthMike / indielib-crossplatform

IndieLib is a cross-platform Game Graphics engine. Main focus is OpenGL ES 2.0 for mobile iOS operating system, and OpenGL desktop. **NOT SUPPORTED ANYMORE**
zlib License
61 stars 27 forks source link

Input for some keys and mousewheel broken after SDL 2.0 switch #23

Closed M-F-K closed 12 years ago

M-F-K commented 12 years ago

After migrating to SDL 2.0 following events are not handled properly: SDL_MOUSEWHEEL

Keyboard keys (from SDL 1.3): SDLK_RMETA SDLK_LMETA SDLK_LSUPER SDLK_RSUPER SDLK_BREAK SDLK_EURO


rev. 583 fixes SDL_MOUSEWHEEL