1 unstable release

0.1.0 Jul 25, 2024

#692 in Hardware support

MIT license

48KB
780 lines

Input Flow

User Input Device abstract plugin API. Enables users to access one set of apis for sending mouse and keyboard input, then allowing the actual method of input to be swapped out at runtime. One such method may be WinAPI for example. Now supports the popular KMBox device as well for controlling user input. Heavily inspired by my favourite memory introspection crate memflow-rs.

WORK IN PROGRESS

Version 0.1.0 is now out. More changes coming soon, stay tuned! :)


lib.rs:

KMBox plugin for inputflow. Controls user input over serial interface to KMBox device.

Dependencies

~6MB
~122K SLoC