typo
This commit is contained in:
parent
ca81795585
commit
39632ce05c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue