Opentk/Source/OpenTK/Platform/Windows
the_fiddler 820e2af20e Made ContextHandle a struct to reduce GC pressure (ContextHandles are created per frame).
Added xml documentation for the ContextHandle.
Made the casts between ContextHandles and IntPtrs explicit.
Updated all ContextHandle consumers to reflect the explicit cast.
2008-11-23 20:17:50 +00:00
..
Bindings Added some missing SetLastError attributes. 2008-03-29 16:15:57 +00:00
API.cs Removed unused variables and relevant warnings. 2008-09-19 20:57:35 +00:00
WglHelper.cs Renamed ColorDepth to ColorFormat, to avoid class with System.Drawing.ColorDepth. 2008-03-03 12:44:56 +00:00
WinDisplayDevice.cs Added ChangeDisplaySettingsEnum.Fullscreen to resolution changes. At last, windows stopped resizing themselves! 2008-01-31 22:07:48 +00:00
WinGdiPlusInternals.cs Implemented X11GdiPlusInternals. 2008-11-03 23:55:53 +00:00
WinGLContext.cs Made ContextHandle a struct to reduce GC pressure (ContextHandles are created per frame). 2008-11-23 20:17:50 +00:00
WinGLControl.cs Initial commit. 2008-03-03 12:47:35 +00:00
WinGLNative.cs Added a work around for the "stuck cursor" issue, where the mouse cursor would stay at the resize state when entering the GameWindow. 2008-05-04 19:09:18 +00:00
WinGraphicsMode.cs Initial commit. 2008-03-03 12:47:35 +00:00
WinKeyMap.cs Renamed KeyMap to WinKeyMap. 2008-02-01 23:13:50 +00:00
WinRawInput.cs Moved OpenTK.OpenAL to OpenTK.Audio. 2008-04-04 19:46:08 +00:00
WinRawKeyboard.cs Moved KeyMap from WinRawKeyboard to its own class. 2008-01-06 02:27:03 +00:00
WinRawMouse.cs Library should not use Trace output. 2008-11-23 09:34:33 +00:00
WinWindowInfo.cs Make WinWindowInfo public. 2008-05-19 20:57:36 +00:00
WMInput.cs Final fix for mousewheel support on x64. 2008-11-09 23:42:54 +00:00