Opentk/Source/OpenTK/Platform/SDL2
Stefanos A. 48803bb4d6 Fixed #4
Sdl2InputDriver.Dispose() would call SDL_DelEventWatch with a different
"user_data" parameter than SDL_AdEventWatch. This caused the EventFilter
to remain registered and subsequently crash when closing and reopening a
window.
2013-11-20 09:10:12 +01:00
..
Sdl2.cs Fixed #4 2013-11-20 09:10:12 +01:00
Sdl2DisplayDeviceDriver.cs Implemented new, leaner SDL2 binding. 2013-10-24 01:45:13 +02:00
Sdl2Factory.cs More sane Sdl2Factory.CreateGetCurrentContext() implementation 2013-11-08 15:26:52 +01:00
Sdl2GraphicsContext.cs Stronger check for ES support 2013-11-09 15:07:18 +01:00
Sdl2GraphicsMode.cs Implemented Sdl2GraphicsMode.. 2013-10-24 09:32:17 +02:00
Sdl2InputDriver.cs Fixed #4 2013-11-20 09:10:12 +01:00
Sdl2JoystickDriver.cs Implemented new, leaner SDL2 binding. 2013-10-24 01:45:13 +02:00
Sdl2Keyboard.cs Implemented new, leaner SDL2 binding. 2013-10-24 01:45:13 +02:00
Sdl2KeyMap.cs Implemented new, leaner SDL2 binding. 2013-10-24 01:45:13 +02:00
Sdl2Mouse.cs Implemented new, leaner SDL2 binding. 2013-10-24 01:45:13 +02:00
Sdl2NativeWindow.cs Fixed #4 2013-11-20 09:10:12 +01:00
Sdl2WindowInfo.cs Improved diagnostics in Dispose() 2013-10-02 01:14:26 +02:00