Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
using namespace vigem;
11
12
ViGEmInput::ViGEmInput(MaaGamepadType type)
13
: type_(type)
14
, state_(create_gamepad_state(type))
15
{
16
}
17
18
ViGEmInput::~ViGEmInput()
19
{
Callers
nothing calls this directly
Calls
1
create_gamepad_state
Function · 0.85
Tested by
no test coverage detected