Opentk/Source/OpenTK/Platform/Windows
2010-11-09 08:55:55 +00:00
..
Bindings Added support for wglCreateContextAttribsARB. 2009-02-28 19:51:58 +00:00
API.cs Minor spelling fix. 2010-11-08 21:41:44 +00:00
WglHelper.cs Avoid static caching of extension strings and improve multithreading behavior - WGL extension checking is fast enough that caching is not very useful. 2009-11-03 23:36:37 +00:00
WinDisplayDevice.cs * Platform/Windows/WinDisplayDevice.cs: 2009-11-06 09:50:50 +00:00
WinFactory.cs WinRawInput requires Windows 5.1 (XP) or higher. 2010-11-08 21:40:43 +00:00
WinGLContext.cs Removed unimplement SetPixelFormatARB - no such function exists. 2010-11-08 21:38:32 +00:00
WinGLNative.cs Capture ButtonUp events after ButtonDown even if the mouse leaves the window. 2010-11-09 08:55:55 +00:00
WinGraphicsMode.cs Retrieve all pixel formats at once and select the correct one through a custom selection predicate. Simplifies the code significantly and reduces the chance of race conditions. 2010-11-08 19:41:24 +00:00
WinInputBase.cs Reverted to wait for messages. 2010-11-08 22:19:19 +00:00
WinKeyMap.cs Removed WinForms dependency and performed general code cleanup. 2010-11-08 19:48:01 +00:00
WinMMJoystick.cs Decoupled new driver API from old public interface. 2010-10-29 11:27:40 +00:00
WinRawInput.cs Refactored input drivers in terms of WinInputBase to reduce code duplication. 2010-11-08 21:43:29 +00:00
WinRawKeyboard.cs Refactored input drivers in terms of WinInputBase to reduce code duplication. 2010-11-08 21:43:29 +00:00
WinRawMouse.cs Refactored input drivers in terms of WinInputBase to reduce code duplication. 2010-11-08 21:43:29 +00:00
WinWindowInfo.cs Synced with 1.0 branch. 2010-03-11 22:53:11 +00:00
WMInput.cs Use async input to poll the keyboard/mouse. 2010-11-08 22:19:44 +00:00