Crates.io | multiinput-zorua |
lib.rs | multiinput-zorua |
version | 0.1.1 |
source | src |
created_at | 2024-06-02 02:03:38.241653 |
updated_at | 2024-06-02 02:11:39.56277 |
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 | 1258972 |
size | 64,818 |
A windows rawinput library for mice/keyboards/joysticks for use with rust.
The original purpose of this library was 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). Eventually this was used to develop games that had a separate mice for each player.