Crates.io | multi-input |
lib.rs | multi-input |
version | 0.0.1 |
source | src |
created_at | 2016-05-11 22:19:45.980307 |
updated_at | 2016-05-11 22:19:45.980307 |
description | A pure rust gamepad/mouse/keyboard input library based off of rawinput for the windows platform |
homepage | https://github.com/Jonesey13/multiinput-rust |
repository | https://github.com/Jonesey13/multiinput-rust |
max_upload_size | |
id | 5042 |
size | 49,800 |
An rawinput library for mice/keyboards/joysticks for use with rust. Atm this only works on windows. The primary purpose of this library is to help me learn how the art of binding dll's to rust and to allow the use of joysticks in game development (e.g. alongside the glium library). While SDL/SFML for rust also offers these capabilities there are some differences:
I would like to warn people that I am an inexperienced hobbyist and should not be trusted. Please post any issues you find with this library!