netwire-input: Input handling abstractions for netwire

[ game, library, mit ] [ Propose Tags ]

This package contains a collection of Monad typeclasses that support interaction with input devices such as keyboard and mice. Moreover, these typeclasses are used to create wires from the netwire package the produce mouse and keyboard input values in a reactive way. This package cannot be used independently and must be used with another package that provides instantiation of these typeclasses such as netwire-input-glfw.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.6, 0.0.7
Dependencies base (>=4.6 && <4.8), netwire (>=5) [details]
License MIT
Copyright Pavel Krajcevski, 2014
Author Pavel Krajcevski
Maintainer Krajcevski@gmail.com
Category Game
Home page https://www.github.com/Mokosha/netwire-input
Source repo head: git clone git@github.com:Mokosha/netwire-input.git
Uploaded by Mokosha at 2014-11-15T06:03:22Z
Distributions LTSHaskell:0.0.7, NixOS:0.0.7, Stackage:0.0.7
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4918 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for netwire-input-0.0.3

[back to package description]

netwire-input Build Status

A library of wires that provide keyboard, mouse, and joystick input.