Opentk/Source/OpenTK
2009-10-18 15:11:41 +00:00
..
Audio * AudioCapture.cs: Fixed documentation warning. 2009-10-07 11:21:18 +00:00
Compute Added distinct /overrides/add and /overrides/replace elements. 2009-10-17 21:49:35 +00:00
Graphics Added distinct /overrides/add and /overrides/replace elements. 2009-10-17 21:49:35 +00:00
Input Modified MouseDevice events to follow the class library design guidelines. 2009-09-04 23:13:24 +00:00
Math Corrected documentation on the M42 property. Fixes issue [#1227]: "Matrix4.M42 documentation". 2009-10-14 18:30:12 +00:00
Platform Focused property now returns correct values. FocusedChanged event is now correctly raised. 2009-10-18 15:11:41 +00:00
Properties Bumped version number. 2009-10-06 08:53:11 +00:00
AutoGeneratedAttribute.cs
BindingsBase.cs * BindingsBase.cs: 2009-10-07 10:52:48 +00:00
BlittableValueType.cs
Configuration.cs * Source/Build/Properties/AssemblyInfo.cs: 2009-09-04 10:34:18 +00:00
ContextHandle.cs
DisplayDevice.cs Fixed XML documentation warnings. 2009-09-04 23:16:43 +00:00
DisplayResolution.cs Fixed a large number of documentation warnings. 2009-09-04 21:44:39 +00:00
Exceptions.cs
FrameEventArgs.cs
GameWindow.cs * GameWindow.cs: Improved implementation of GameWindow.Exit(). It should now be possible to cancel the exit through the IsClosing event. 2009-10-07 16:13:46 +00:00
GameWindowFlags.cs
IGameWindow.cs Marked IGameWindow as public. 2009-09-26 21:34:19 +00:00
INativeWindow.cs Fixed a large number of documentation warnings. 2009-09-04 21:44:39 +00:00
KeyPressEventArgs.cs Made KeyChar property setter internal instead of private. Useful for reusing KeyPressEventArgs structures (instead of allocating a new one on each and every character event). 2009-09-26 21:55:23 +00:00
NativeWindow.cs Changed IsDisposed into a property and modified code to use this instead of the backing field. 2009-09-04 23:18:47 +00:00
OpenTK.dll.config
WindowBorder.cs
WindowState.cs