Opentk/Source/OpenTK/Platform/Windows
thefiddler 2e1bcaf280 Added support for high-dpi mode on Windows.
The platform factory for windows now calls SetProcessDPIAware
in order to enable support for high-dpi modes. The relevant
DllImport has been added to API.cs
2013-09-26 01:35:59 +02:00
..
Bindings Added support for wglCreateContextAttribsARB. 2009-02-28 19:51:58 +00:00
API.cs Added support for high-dpi mode on Windows. 2013-09-26 01:35:59 +02: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 Added minimal SystemEvents definition to allow compilation on mobile devices. 2011-12-08 00:14:36 +00:00
WinFactory.cs Added support for high-dpi mode on Windows. 2013-09-26 01:35:59 +02: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 Merge pull request #1 from elisee/fix-client-rectangle-setter 2013-03-22 16:29:36 -05: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 Started implementing GamePad 2013-01-16 17:56:31 -08:00
WinRawInput.cs Refactored input drivers in terms of WinInputBase to reduce code duplication. 2010-11-08 21:43:29 +00:00
WinRawKeyboard.cs Merge remote-tracking branch 'origin/ScanCodeKeyboardBranch' 2013-02-17 14:58:16 +00:00
WinRawMouse.cs Update whitespace issues to conform to the rest of the document 2013-04-26 21:09:12 -05:00
WinWindowInfo.cs Synced with 1.0 branch. 2010-03-11 22:53:11 +00:00
WMInput.cs Committing artfunkel patch for scan codes 2013-01-24 15:48:01 -06:00