MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / ViGEmInput

Method ViGEmInput

source/MaaGamepadControlUnit/Input/ViGEmInput.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace vigem;
11
12ViGEmInput::ViGEmInput(MaaGamepadType type)
13 : type_(type)
14 , state_(create_gamepad_state(type))
15{
16}
17
18ViGEmInput::~ViGEmInput()
19{

Callers

nothing calls this directly

Calls 1

create_gamepad_stateFunction · 0.85

Tested by

no test coverage detected