INPUT · PLUGINS · LIBRARY
InputFlow
User Input Device abstract plugin API.
README
Overview
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.
VISUALS
Project files
inputflow5 ★
User Input Device abstract plugin API.
- .idea
- inputflow-example-loader
- inputflow-kmbox
- inputflow-native
- inputflow-qmp
- inputflow
- .gitignore
- Cargo.lock
- Cargo.toml
- LICENSE
Inputbranch: master