Gamgine-0.7.0: Some kind of game library or set of utilities.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gamgine.State.InputInfo

Synopsis

Documentation

data Modifier Source #

Constructors

Ctrl 
Alt 
Shift 

Instances

Instances details
Eq Modifier Source # 
Instance details

Defined in Gamgine.State.InputInfo

Ord Modifier Source # 
Instance details

Defined in Gamgine.State.InputInfo

type MousePos = Vect Source #

mouse position in world coordinates

data InputState Source #

if the key/mouse button was pressed or released

Constructors

Pressed 
Released