[Docs] Updated documentation for 1.1.1 release
This commit is contained in:
parent
59c5f6bf2c
commit
3d0ffdb671
1 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,8 @@ Changelog:
|
||||||
5. GameWindow.Run() now respects TargetRenderFrequency setting
|
5. GameWindow.Run() now respects TargetRenderFrequency setting
|
||||||
6. GLControl now works on Mac OS X (thanks Sappharad!)
|
6. GLControl now works on Mac OS X (thanks Sappharad!)
|
||||||
7. external contexts no longer require an explicit call to Toolkit.Init()
|
7. external contexts no longer require an explicit call to Toolkit.Init()
|
||||||
|
8. Joysticks now correctly report hat position on Windows
|
||||||
|
9. Joysticks now correctly report +y as up and -y as down
|
||||||
|
|
||||||
OpenTK 1.1.1 is backwards compatible with 1.1.0. Users of previous versions are encouraged to upgrade.
|
OpenTK 1.1.1 is backwards compatible with 1.1.0. Users of previous versions are encouraged to upgrade.
|
||||||
|
|
||||||
|
@ -140,4 +142,4 @@ Change `ref` parameters to `out`:
|
||||||
Change namespace:
|
Change namespace:
|
||||||
- GL.DisableDriverControlQCOM -> GL.Qcom.DisableDriverControl
|
- GL.DisableDriverControlQCOM -> GL.Qcom.DisableDriverControl
|
||||||
- GL.GetDriverControlsQCOM -> GL.Qcom.GetDriverControls
|
- GL.GetDriverControlsQCOM -> GL.Qcom.GetDriverControls
|
||||||
- GL.GetDriverControlStringQCOM -> GL.Qcom.GetDriverControlString
|
- GL.GetDriverControlStringQCOM -> GL.Qcom.GetDriverControlString
|
||||||
|
|
Loading…
Reference in a new issue