An open API service indexing awesome lists of open source software.

https://github.com/pistondevelopers/input

DEPRECATED - moved into the piston repo
https://github.com/pistondevelopers/input

Last synced: about 1 year ago
JSON representation

DEPRECATED - moved into the piston repo

Awesome Lists containing this project

README

          

# input [![Build Status](https://travis-ci.org/PistonDevelopers/input.svg?branch=master)](https://travis-ci.org/PistonDevelopers/input)

*Notice! This library is deprecated and moved to https://github.com/PistonDevelopers/piston*

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)