Opentk/Source/OpenTK/Platform/Windows
the_fiddler e10d37418f Major update: fixed context construction on X11.
Fixed vsync on X11.
Updated GraphicsContext interface, for better extensibility. Some public functions were moved to IGraphicsContextInternal.
Renamed DisplayDevice.PrimaryDisplay to DisplayDevice.Default.
Updated and documented new GameWindow constructors.
Improved GameWindow.Exit, added GameWindow.ExitAsync() and improved error handling.
Improved GraphicsContext and NativeGLWindow APIs (construction in constructor).
Made ContextHandle public.
2008-03-01 13:15:31 +00:00
..
Bindings Added SetLastError to a couple of Wgl functions. These are temporary, until the generator is updated. 2008-02-28 13:42:43 +00:00
API.cs Fixed PixelFormatDescriptorFlags. 2008-02-28 13:45:38 +00:00
WglHelper.cs Removed unused summary. 2008-01-23 00:26:47 +00:00
WinDisplayDevice.cs Added ChangeDisplaySettingsEnum.Fullscreen to resolution changes. At last, windows stopped resizing themselves! 2008-01-31 22:07:48 +00:00
WinGLContext.cs Major update: fixed context construction on X11. 2008-03-01 13:15:31 +00:00
WinGLControlHelper.cs Initial commit. Can detect idle mode and can create a WinWindowInfo out of a Windows.Forms.Control. 2008-02-28 13:46:44 +00:00
WinGLNative.cs Major update: fixed context construction on X11. 2008-03-01 13:15:31 +00:00
WinKeyMap.cs Renamed KeyMap to WinKeyMap. 2008-02-01 23:13:50 +00:00
WinRawInput.cs Updated to use new IWindowInfo interface. 2008-02-28 13:57:07 +00:00
WinRawKeyboard.cs Moved KeyMap from WinRawKeyboard to its own class. 2008-01-06 02:27:03 +00:00
WinRawMouse.cs Fixed starting coordinates (should now report position in absolute coordinates.) Updated data packet handling. 2008-01-06 02:28:27 +00:00
WinWindowInfo.cs Initial commit. Takes the place of Windows.WindowInfo. 2008-02-28 13:43:19 +00:00
WMInput.cs Updated to use new IWindowInfo interface. 2008-02-28 13:57:07 +00:00