Opentk/Source/OpenTK/Platform/Windows
the_fiddler 5c6a261030 Added setter to GLContext.CurrentContext and all implementations, so that the user can clear the context of any thread.
Updated GameWindow and its implementations to use GraphicsFormat instead of the obsolete DisplayMode.
Updated license.
Updated some docs.
Fixed CLSCopmliant warnings in XRamExtension.cs
2008-01-31 13:15:17 +00:00
..
Bindings Fixed capitalization of Texture2D (was Texture2d) 2008-01-24 09:13:08 +00:00
API.cs Renamed OpenTK.Platform.Windows.DisplayDevice to OpenTK.Platform.Windows.WindowsDisplayDevice. 2008-01-27 10:23:02 +00:00
KeyMap.cs Moved KeyMap from WinRawKeyboard to its own class. 2008-01-06 02:27:03 +00:00
WglHelper.cs Removed unused summary. 2008-01-23 00:26:47 +00:00
WinDisplayDevice.cs Renamed OpenTK.Platform.Windows.DisplayDevice to OpenTK.Platform.Windows.WindowsDisplayDevice. 2008-01-27 10:23:02 +00:00
WindowInfo.cs Added a couple of #region directives. 2008-01-23 12:42:27 +00:00
WinGLContext.cs Added setter to GLContext.CurrentContext and all implementations, so that the user can clear the context of any thread. 2008-01-31 13:15:17 +00:00
WinGLNative.cs Added setter to GLContext.CurrentContext and all implementations, so that the user can clear the context of any thread. 2008-01-31 13:15:17 +00:00
WinRawInput.cs Fixed GetRawInputData call. 2008-01-06 02:35:57 +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
WMInput.cs Fixed an issue where WMInput did not detach on the Destroy message, causing the application to stay open. 2008-01-14 23:44:22 +00:00