We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be32ce commit 5cd891dCopy full SHA for 5cd891d
ChangeLog.md
@@ -1,10 +1,12 @@
1
-2.5.4.1
+2.5.5.0
2
=======
3
4
* Added `windowOpacity` property
5
* Added `renderGeometry` and `renderGeometryRaw`
6
- Requires SDL 2.0.18
7
- - See examples/RenderGeometry.hs
+ - See `examples/RenderGeometry.hs`
8
+* Changed `SDL.Input.GameController` bindings to be more high-level
9
+ - `ControllerAxisEventData` type changed
10
11
2.5.4.0
12
sdl2.cabal
@@ -1,5 +1,5 @@
name: sdl2
-version: 2.5.4.1
+version: 2.5.5.0
synopsis: Both high- and low-level bindings to the SDL library (version 2.0.6+).
description:
This package contains bindings to the SDL 2 library, in both high- and
0 commit comments