Opentk/Source/OpenTK/Platform/Windows
2009-11-08 22:42:20 +00:00
..
Bindings
API.cs Fixed ClassName and ModalLoopTimerId when constructing multiple WinGLNative windows in parallel. 2009-11-03 23:42:06 +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 Added a second terminating 0 to attribute list, trying to work around issue [#1352]: "Occasional AccessViolationExceptions when creating the GLControl". 2009-11-08 22:42:20 +00:00
WinGLNative.cs Use SHOW command instead of SHOWNORMAL when making a window visible, since SHOWNORMAL will un-maximize a fullscreen or maximized window. 2009-11-07 10:44:31 +00:00
WinGraphicsMode.cs
WinKeyMap.cs
WinMMJoystick.cs
WinRawInput.cs
WinRawKeyboard.cs
WinRawMouse.cs
WinWindowInfo.cs
WMInput.cs