pistoncore-input 0.0.5

A structure for user input
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# input [![Build Status]https://travis-ci.org/PistonDevelopers/input.svg?branch=master]https://travis-ci.org/PistonDevelopers/input

A structure for user input.

For generic event programming, use [event](https://github.com/pistondevelopers/event).

This library contains:

* Press and release of buttons
* Keyboard
* Mouse
* Unicode input
* Window resize
* Window focus
* Modifier keys

[How to contribute](https://github.com/PistonDevelopers/piston/blob/master/CONTRIBUTING.md)