FunGEn-0.3: FUNctional Game ENgine
Graphics.UI.Fungen.UserInput
Synopsis
data Key
A generalized view of keys
Constructors
Instances
data KeyEvent Source
type KeyBinder = Key -> KeyEvent -> Maybe (IO ()) -> IO ()Source
type StillDownHandler = IO ()Source
initUserInput :: IO (KeyBinder, StillDownHandler)Source