mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 17:45:37 +00:00
Updated for release.
This commit is contained in:
parent
152ddd075d
commit
35aad19554
|
@ -19,11 +19,13 @@ OpenTK 0.9.0 -> 0.9.1
|
||||||
+ Added DisplayResolution class, to hold resolution information.
|
+ Added DisplayResolution class, to hold resolution information.
|
||||||
+ Audio
|
+ Audio
|
||||||
+ Added AudioContext class.
|
+ Added AudioContext class.
|
||||||
|
+ Added AudioReader class.
|
||||||
+ GameWindow
|
+ GameWindow
|
||||||
+ Implemented Fullscreen property.
|
+ Implemented WindowBorder property.
|
||||||
+ Implemented Visible property.
|
+ Implemented WindowState property.
|
||||||
+ Input
|
+ Input
|
||||||
+ Fixed MouseDevice events on Linux.
|
+ Fixed MouseDevice events on Linux.
|
||||||
|
+ Fixed MouseDevice deltas.
|
||||||
+ Platform.X11
|
+ Platform.X11
|
||||||
+ Simplified input handling.
|
+ Simplified input handling.
|
||||||
+ Fonts
|
+ Fonts
|
||||||
|
@ -38,6 +40,9 @@ OpenTK 0.9.0 -> 0.9.1
|
||||||
|
|
||||||
+ Examples
|
+ Examples
|
||||||
+ Added GluTessellator example.
|
+ Added GluTessellator example.
|
||||||
|
+ Added Inertia's Julia Set GLSL example.
|
||||||
|
+ Added Inertia's OpenAL Playback example.
|
||||||
|
+ Made several tests public (Input Logger, Resolutions, GameWindow states).
|
||||||
|
|
||||||
-----------------------
|
-----------------------
|
||||||
OpenTK 0.3.13 -> 0.9.0
|
OpenTK 0.3.13 -> 0.9.0
|
||||||
|
|
Loading…
Reference in a new issue