Opentk/Source/OpenTK/Platform/Windows
2011-09-06 12:06:30 +00:00
..
Bindings Added support for wglCreateContextAttribsARB. 2009-02-28 19:51:58 +00:00
API.cs Fixed coordinate transform for CursorVisible = false on Windows. Fixes issue [#2416]: "Hided mouse cursor problem". 2011-08-25 13:38:08 +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 Implemented IGraphicsContext.SwapInterval property that supersedes IGraphicsContext.VSync. Fixes issue [#2671]: "Expose SwapInterval to GameWindow". 2011-09-06 12:06:30 +00:00
WinGLNative.cs Fixed coordinate transform for CursorVisible = false on Windows. Fixes issue [#2416]: "Hided mouse cursor problem". 2011-08-25 13:38:08 +00:00
WinGraphicsMode.cs Added PFD_SUPPORT_COMPOSITION on Vista and higher, to avoid inadvertently disabling Aero. 2011-02-09 00:23:43 +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