sdl2 2.5.6.0 → 2.5.6.1
raw patch · 3 files changed
+7/−1 lines, 3 files
Files
- ChangeLog.md +5/−0
- sdl2.cabal +1/−1
- src/SDL/Event.hs +1/−0
ChangeLog.md view
@@ -1,3 +1,8 @@+2.5.6.1+=======++* Added `convertRaw` export.+ 2.5.6.0 =======
sdl2.cabal view
@@ -1,5 +1,5 @@ name: sdl2-version: 2.5.6.0+version: 2.5.6.1 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
src/SDL/Event.hs view
@@ -83,6 +83,7 @@ -- * Auxiliary event data , InputMotion(..) , MouseButton(..)+ , convertRaw ) where import Control.Monad.IO.Class (MonadIO, liftIO)