Opentk/Source/OpenTK/Platform/Windows
2011-01-18 22:34:06 +00:00
..
Bindings Added support for wglCreateContextAttribsARB. 2009-02-28 19:51:58 +00:00
API.cs [Win32] Implemented Mouse.SetPosition via SetCursorPos. This was refreshingly simple, the function works exactly as expected! (unlike XWarpPointer on X11) 2010-11-23 22:10:49 +00:00
WglHelper.cs Avoid loading Wgl entry points automatically. This is now explicitly done through WinGLContext. 2010-11-23 22:08:53 +00:00
WinDisplayDevice.cs Refactored and simplified DisplayDevice detection (devices are now stored in the platform-specific drivers instead of the frontend). 2010-11-21 20:16:18 +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 Add DrawToWindow and SupportOpenGL flags to GetModesARB and check whether Wgl.Arb.ChoosePixelFormat() worked correctly (to avoid undefined results). 2011-01-18 22:34:06 +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 Do not try to register device when device description is empty. 2010-12-03 12:29:01 +00:00
WinRawMouse.cs [Win32] Implemented Mouse.SetPosition via SetCursorPos. This was refreshingly simple, the function works exactly as expected! (unlike XWarpPointer on X11) 2010-11-23 22:10:49 +00:00
WinWindowInfo.cs Synced with 1.0 branch. 2010-03-11 22:53:11 +00:00
WMInput.cs [Win32] Implemented Mouse.SetPosition via SetCursorPos. This was refreshingly simple, the function works exactly as expected! (unlike XWarpPointer on X11) 2010-11-23 22:10:49 +00:00