This commit is contained in:
nek0 2017-12-15 18:20:04 +01:00
parent ca81795585
commit 39632ce05c
1 changed files with 1 additions and 1 deletions

View File

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