Opentk/Source/OpenTK/Platform/SDL2
thefiddler 5444c0c8b8 [SDL] Workaround for a Mono crash in SDL.JoystickGetGUID
It appears that Mono 3.4.0 fails to marshal SDL_JoystickGUID
correctly when used as a return value. Changing the fixed buffer
to a couple of long fields allows the struct to be marshalled
correctly.
2014-08-09 21:17:49 +02:00
..
Sdl2.cs [SDL] Workaround for a Mono crash in SDL.JoystickGetGUID 2014-08-09 21:17:49 +02:00
Sdl2DisplayDeviceDriver.cs Merge master into no-reflect 2013-12-15 16:36:37 +01:00
Sdl2Factory.cs [Platform] Refactored INativeWindow backends 2014-05-02 16:52:11 +02:00
Sdl2GraphicsContext.cs [OpenTK] Reduce duplication in GraphicsContextBase 2014-07-23 10:08:57 +02:00
Sdl2GraphicsMode.cs Implemented Sdl2GraphicsMode.. 2013-10-24 09:32:17 +02:00
Sdl2InputDriver.cs [Platform] Refactored INativeWindow backends 2014-05-02 16:52:11 +02:00
Sdl2JoystickDriver.cs [Input] Cleaned up line endings and joystick hat mapping 2014-07-29 23:21:37 +02:00
Sdl2Keyboard.cs Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:46:39 +02:00
Sdl2KeyMap.cs [Platform] Refactored INativeWindow backends 2014-05-02 16:52:11 +02:00
Sdl2Mouse.cs [SDL] Use h-wheel events 2014-05-12 02:20:52 +02:00
Sdl2NativeWindow.cs Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:46:39 +02:00
Sdl2WindowInfo.cs Added hack for MonoGame compatibility 2013-12-16 10:39:11 +01:00