#keyboard-input #keyboard #gamepad #mouse #hid

multiinput

A pure rust gamepad/mouse/keyboard input library based off of rawinput for the windows platform

15 releases

Uses old Rust 2015

0.1.0 May 11, 2020
0.0.15 Jan 6, 2019
0.0.14 Aug 4, 2018
0.0.13 Jul 22, 2018
0.0.2 Feb 15, 2017

#1116 in Hardware support

Download history 8/week @ 2023-11-25 3/week @ 2023-12-09 3/week @ 2023-12-16 2/week @ 2023-12-23 1/week @ 2023-12-30 5/week @ 2024-02-10 21/week @ 2024-02-17 38/week @ 2024-02-24 21/week @ 2024-03-02 13/week @ 2024-03-09

95 downloads per month
Used in 3 crates

MIT license

61KB
1.5K SLoC

multiinput-rust

Documentation

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.

Key Features

  • Can differentiate between different keyboards/mice.
  • It is intended to be single-purpose and lightweight and can be integrated with other libraries without interference (this is done by having a hidden background input window running).
  • In principle this approach could support all HID devices, provide input to devices (e.g. force feedback) and should be able to break the 4 device limit on Xinput controllers.

Known Limitations

  • Some track pads are not picked up
  • The application can crash if the wrong drivers are installed for a device (e.g. a joystick)
  • XInput support is limited (see the docs for details)

Dependencies

~175KB