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 && <6), netwire (>=5) [details]
License MIT
Copyright Pavel Krajcevski, 2015
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 2016-10-19T07:27:20Z
Distributions LTSHaskell:0.0.7, NixOS:0.0.7, Stackage:0.0.7
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4916 total (28 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-14 [all 1 reports]

Readme for netwire-input-0.0.6

[back to package description]

netwire-input Build Status

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