Opentk/Source
Stefanos A 694869dc05 Implemented resolution change workaround on SDL2
SDL2 does not support changing display resolutions independently of an
SDL window. As a workaround, if the user uses ChangeResolution and then
makes a GameWindow fullscreen, we use old-style SDL fullscreen which
changes the resolution. If the user makes a GameWindow fullscreen
without calling ChangeResolution first, we use the new
fullscreen-desktop mode to match the other OpenTK backends.
2013-12-13 00:07:13 +01:00
..
Bind Added overloads for compatibility with 1.0 and 1.1 APIs 2013-12-08 16:20:22 +01:00
Build.UpdateVersion Normalized line endings 2013-10-11 01:58:54 +02:00
Compatibility Normalized line endings 2013-10-11 01:58:54 +02:00
Converter Cleaned up instructions for Converter.exe 2013-12-06 18:28:38 +01:00
Examples Add test for new text input events 2013-11-22 18:25:30 +01:00
GLControl Workaround for #5 2013-12-02 23:39:36 +01:00
OpenTK Implemented resolution change workaround on SDL2 2013-12-13 00:07:13 +01:00