.. |
Bindings
|
Added support for wglCreateContextAttribsARB.
|
2009-02-28 19:51:58 +00:00 |
API.cs
|
Fixed all known build warnings, apart from missing xml comments.
|
2009-03-25 21:53:12 +00:00 |
WglHelper.cs
|
Modified Wgl.SupportsExtension to be more defensive when calling Wgl.Arb.GetExtensionString. It now bails out if the extension string is empty.
|
2009-05-19 09:44:47 +00:00 |
WinDisplayDevice.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 |
WinFactory.cs
|
Added GraphicsContext.GetCurrentContextDelegate to IPlatformFactory.
|
2009-05-30 19:27:52 +00:00 |
WinGdiPlusInternals.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 |
WinGLContext.cs
|
Added GraphicsContext.GetCurrentContextDelegate to IPlatformFactory.
|
2009-05-30 19:27:52 +00:00 |
WinGLControl.cs
|
Ensured IWindowInfo.Dispose() is called when the GLControl handle is destroyed.
|
2009-05-19 09:48:47 +00:00 |
WinGLNative.cs
|
Added initial support for GameWindow.PointToClient.
|
2009-05-07 19:48:22 +00:00 |
WinGraphicsMode.cs
|
WinGraphicsMode now uses wglChoosePixelFormatARB, if available. This allows the use of FSAA modes.
|
2009-06-01 11:05:31 +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
|
Fixed all known build warnings, apart from missing xml comments.
|
2009-03-25 21:53:12 +00:00 |
WinRawInput.cs
|
Initial joystick support (not public yet).
|
2009-02-28 23:11:27 +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
|
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 |
WinWindowInfo.cs
|
Added diagnostic message when ReleaseDC fails.
|
2009-05-19 09:45:36 +00:00 |
WMInput.cs
|
Added JoystickAxis and JoystickButton enumerations, as well as their respective collections.
|
2009-03-01 01:17:24 +00:00 |