inputflow

Crates.ioinputflow
lib.rsinputflow
version0.1.0
sourcesrc
created_at2024-07-25 01:21:33.163331
updated_at2024-07-25 01:21:33.163331
descriptioninputflow user input abstract plugin framework
homepage
repositoryhttps://github.com/ConnorBP/inputflow
max_upload_size
id1314583
size13,684
Connor "segfault" Postma (ConnorBP)

documentation

README

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! :)

Commit count: 0

cargo fmt