Opentk/Source/OpenTK/Platform/SDL2
Stefanos A fb86334835 HIDPI support requires SDL > 2.0.0
SDL_GL_GetDrawableSize was introduced after 2.0.0, so we need to check for that version before we call this method. Fixes MethodNotFounException on vanilla libsdl2-2.0.0 on linux.
2013-10-07 14:17:42 +03:00
..
sdl2-cs HIDPI support requires SDL > 2.0.0 2013-10-07 14:17:42 +03:00
Sdl2.cs HIDPI support requires SDL > 2.0.0 2013-10-07 14:17:42 +03:00
Sdl2DisplayDeviceDriver.cs Updated license information 2013-09-27 23:07:23 +02:00
Sdl2Factory.cs Added support for OpenGL ES through SDL2 2013-10-03 11:17:21 +02:00
Sdl2GraphicsContext.cs Throw extension if context creation fails 2013-10-03 17:22:13 +02:00
Sdl2GraphicsMode.cs Updated license information 2013-09-27 23:07:23 +02:00
Sdl2InputDriver.cs Moved all input processing to Sdl2InputDriver 2013-10-04 10:02:19 +02:00
Sdl2JoystickDriver.cs Implemented IDisposable in Sdl2Joystick 2013-10-04 10:00:57 +02:00
Sdl2Keyboard.cs Moved all input processing to Sdl2InputDriver 2013-10-04 10:02:19 +02:00
Sdl2KeyMap.cs Use scancodes for KeyboardDevice states 2013-09-30 13:51:31 +02:00
Sdl2Mouse.cs Moved all input processing to Sdl2InputDriver 2013-10-04 10:02:19 +02:00
Sdl2NativeWindow.cs HIDPI support requires SDL > 2.0.0 2013-10-07 14:17:42 +03:00
Sdl2WindowInfo.cs Improved diagnostics in Dispose() 2013-10-02 01:14:26 +02:00