Opentk/Source/OpenTK/Platform/Windows
2010-10-19 09:25:09 +00:00
..
Bindings Added support for wglCreateContextAttribsARB. 2009-02-28 19:51:58 +00:00
API.cs Added initial code for mouse grabbing. Modified GameWindowStates to test this. 2010-10-19 09:20:59 +00:00
WglHelper.cs Avoid static caching of extension strings and improve multithreading behavior - WGL extension checking is fast enough that caching is not very useful. 2009-11-03 23:36:37 +00:00
WinDisplayDevice.cs * Platform/Windows/WinDisplayDevice.cs: 2009-11-06 09:50:50 +00:00
WinFactory.cs Renamed internal BindingsBase.LoadAll/Load methods to LoadEntryPoints/LoadEntryPoint, in order to avoid name clashes with the static GL.LoadAll() method. 2009-11-04 16:49:56 +00:00
WinGLContext.cs Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
WinGLNative.cs Take into account the fact that ShowCursor(true/false) calls are cumulative (we want boolean behavior instead). 2010-10-19 09:25:09 +00:00
WinGraphicsMode.cs Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
WinKeyMap.cs Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files. 2009-02-22 10:43:35 +00:00
WinMMJoystick.cs Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
WinRawInput.cs Merged nativewindow branch to trunk. 2009-09-02 13:36:34 +00:00
WinRawKeyboard.cs Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files. 2009-02-22 10:43:35 +00:00
WinRawMouse.cs Synced with 1.0 branch. 2010-03-11 22:53:11 +00:00
WinWindowInfo.cs Synced with 1.0 branch. 2010-03-11 22:53:11 +00:00
WMInput.cs Added experimental OpenTK.Point/Size/Rectangle alternatives to System.Drawing, to make OpenTK usable without referencing System.Drawing (disabled by default, #define EXPERIMENTAL to test). Modified a number of using directives and namespace qualifiers to accommodate this change. 2009-11-01 12:44:38 +00:00