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
- Host: GitHub
- URL: https://github.com/pistondevelopers/input
- Owner: PistonDevelopers
- License: mit
- Created: 2014-08-08T20:34:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T14:57:56.000Z (almost 11 years ago)
- Last Synced: 2025-06-01T03:39:34.546Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 410 KB
- Stars: 7
- Watchers: 54
- Forks: 11
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# input [](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)