This commit is contained in:
nek0 2017-12-15 18:20:04 +01:00
parent ca81795585
commit 39632ce05c

View file

@ -8,7 +8,7 @@ data KeyboardMessage = MsgKeyboardEvent
{ msgKbdWhen :: Double { msgKbdWhen :: Double
, msgKbdWindow :: Maybe SDL.Window , msgKbdWindow :: Maybe SDL.Window
, msgKbdKeyMotion :: SDL.InputMotion , msgKbdKeyMotion :: SDL.InputMotion
, msgKbdLeyRepeat :: Bool , msgKbdKeyRepeat :: Bool
, msgKbdKeysym :: SDL.Keysym , msgKbdKeysym :: SDL.Keysym
} deriving (Show) } deriving (Show)