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

Method alloc_target

source/MaaGamepadControlUnit/Input/ViGEmInput.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void* ViGEmInput::alloc_target()
87{
88 if (type_ == MaaGamepadType_Xbox360) {
89 return fn_vigem_target_x360_alloc_();
90 }
91 return fn_vigem_target_ds4_alloc_();
92}
93
94bool ViGEmInput::init_vigem()
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected