Opentk/Source/OpenTK/Platform
the_fiddler 5b3c08f463 * Platform/MacOS/CarbonGLNative.cs:
Fixed handling of key repeat.
Fixed crash when unknown key is pressed.
2010-11-30 23:22:56 +00:00
..
Dummy Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
Egl Backported bugfixes from 1.0 branch. 2010-02-03 19:04:42 +00:00
MacOS * Platform/MacOS/CarbonGLNative.cs: 2010-11-30 23:22:56 +00:00
Windows [Win32] Implemented Mouse.SetPosition via SetCursorPos. This was refreshingly simple, the function works exactly as expected! (unlike XWarpPointer on X11) 2010-11-23 22:10:49 +00:00
X11 * X11Mouse.cs: Updated comments to clarify the capabilities of the driver. 2010-11-23 19:26:35 +00:00
DesktopGraphicsContext.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
DisplayDeviceBase.cs Refactored and simplified DisplayDevice detection (devices are now stored in the platform-specific drivers instead of the frontend). 2010-11-21 20:16:18 +00:00
EmbeddedGraphicsContext.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
Factory.cs Decoupled new driver API from old public interface. 2010-10-29 11:27:40 +00:00
IDisplayDeviceDriver.cs Refactored and simplified DisplayDevice detection (devices are now stored in the platform-specific drivers instead of the frontend). 2010-11-21 20:16:18 +00:00
INativeGLWindow.cs Marked platform-specific APIs as internal. 2009-06-04 11:21:33 +00:00
IPlatformFactory.cs Decoupled new driver API from old public interface. 2010-10-29 11:27:40 +00:00
IWindowInfo.cs Removed unused code. 2009-08-11 20:51:02 +00:00
PlatformException.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
Utilities.cs Removed obsolete System.Windows.Forms reference. 2010-11-08 21:47:24 +00:00