Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connorbp/inputflow
User Input Device abstract plugin API.
https://github.com/connorbp/inputflow
Last synced: about 1 month ago
JSON representation
User Input Device abstract plugin API.
- Host: GitHub
- URL: https://github.com/connorbp/inputflow
- Owner: ConnorBP
- License: mit
- Created: 2024-02-02T08:18:08.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-20T22:05:34.000Z (3 months ago)
- Last Synced: 2024-10-13T02:04:24.473Z (about 1 month ago)
- Language: Rust
- Size: 118 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://learn.microsoft.com/en-us/windows/win32/learnwin32/mouse-movement) for example. Now supports the popular KMBox device as well for controlling user input. Heavily inspired by my favourite memory introspection crate [memflow-rs](https://github.com/memflow/memflow).## WORK IN PROGRESS
Version 0.1.0 is now out. More changes coming soon, stay tuned! :)