Opentk/Source/OpenTK/Platform/Windows
2013-01-16 17:56:31 -08:00
..
Bindings Added support for wglCreateContextAttribsARB. 2009-02-28 19:51:58 +00:00
API.cs Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll. 2011-12-08 00:03:14 +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 Added minimal SystemEvents definition to allow compilation on mobile devices. 2011-12-08 00:14:36 +00:00
WinFactory.cs Started implementing GamePad 2013-01-16 17:56:31 -08: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 Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll. 2011-12-08 00:03:14 +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 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 Fix Windows 8 Keyboard, OpenTK issue 3198 2013-01-14 13:09:55 -06:00
WinRawMouse.cs Mouse up events in Windows occur regardless of where on the screen the cursor is. OpenTK issue 2133 2012-12-21 21:12:59 -06:00
WinWindowInfo.cs Synced with 1.0 branch. 2010-03-11 22:53:11 +00:00
WMInput.cs Started implementing GamePad 2013-01-16 17:56:31 -08:00