wild-bind-0.1.2.3: Dynamic key binding framework

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellSafe
LanguageHaskell2010

WildBind.Description

Description

 
Synopsis

Documentation

type ActionDescription = Text Source #

Human-readable description of an action. ActionDescription is used to describe the current binding to the user.

class Describable d where Source #

Class for something describable.

Minimal complete definition

describe

Instances
Describable NumPadLocked Source # 
Instance details

Defined in WildBind.Input.NumPad

Describable NumPadUnlocked Source # 
Instance details

Defined in WildBind.Input.NumPad

(Describable a, Describable b) => Describable (Either a b) Source #

Since: wild-bind-0.1.1.0

Instance details

Defined in WildBind.Description