MCPcopy Create free account
hub / github.com/dolphin-emu/dolphin / SetControlExpression

Method SetControlExpression

Source/Core/InputCommon/ControllerEmu.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void ControllerEmu::ControlGroup::SetControlExpression(int index, const std::string& expression)
148{
149 controls.at(index)->control_ref->expression = expression;
150}
151
152ControllerEmu::AnalogStick::AnalogStick(const char* const _name, ControlState default_radius)
153 : AnalogStick(_name, _name, GROUP_TYPE_STICK)

Callers 4

LoadDefaultsMethod · 0.80
LoadDefaultsMethod · 0.80
LoadDefaultsMethod · 0.80
LoadDefaultsMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected