|
VGamepad PC
The PC app for the virtual game controller.
|
Behaves like a virtual device (gamepad). More...
#include <gamepadSim.hpp>
Public Member Functions | |
| GamepadInjector () | |
| ~GamepadInjector () | |
| GamepadInjector (const GamepadInjector &)=delete | |
| GamepadInjector & | operator= (const GamepadInjector &)=delete |
| GamepadInjector (GamepadInjector &&)=delete | |
| GamepadInjector & | operator= (GamepadInjector &&)=delete |
| void | inject () |
| Injects the current gamepad state into the system. | |
Behaves like a virtual device (gamepad).
Platform-specific implementations:
Not movable or copyable
| GamepadInjector::GamepadInjector | ( | ) |
| GamepadInjector::~GamepadInjector | ( | ) |
|
delete |
|
delete |
| void GamepadInjector::inject | ( | ) |
Injects the current gamepad state into the system.
|
delete |
|
delete |