Files
ViGEmBus/lib/README.md
Benjamin Höglinger 583c20b47b Moved library files
2018-01-28 16:13:31 +01:00

8 lines
432 B
Markdown

# ViGEm user-mode client library
This static library provides the gateway to the bus drivers functionalities. It offers:
* Searching and connecting to a library-compatible bus device on the system
* Attaching and removing a (artificially limited) number of virtual devices
* Feeding the emulated devices (aka providing input state changes)
## Dependencies
In addition to this library you'll need to link against `setupapi.lib`.