Safe Haskell | None |
---|
Semantics of player commands.
- configCmds :: ConfigUI -> [(Key, Cmd)]
- semanticsCmds :: [(Key, Cmd)] -> [((Key, Modifier), (Text, Bool, ActionFrame ()))]
Documentation
configCmds :: ConfigUI -> [(Key, Cmd)]Source
The associaction of commands to keys defined in config.
semanticsCmds :: [(Key, Cmd)] -> [((Key, Modifier), (Text, Bool, ActionFrame ()))]Source
The list of semantics and other info for all commands from config.