Home
last modified time | relevance | path

Searched refs:TurntableGroup (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/WiimoteEmu/Extension/
H A DTurntable.cpp149 ControllerEmu::ControlGroup* Turntable::GetGroup(TurntableGroup group) in GetGroup()
153 case TurntableGroup::Buttons: in GetGroup()
155 case TurntableGroup::Stick: in GetGroup()
157 case TurntableGroup::EffectDial: in GetGroup()
159 case TurntableGroup::LeftTable: in GetGroup()
161 case TurntableGroup::RightTable: in GetGroup()
163 case TurntableGroup::Crossfade: in GetGroup()
H A DTurntable.h20 enum class TurntableGroup enum
63 ControllerEmu::ControlGroup* GetGroup(TurntableGroup group);
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Mapping/
H A DWiimoteEmuExtension.cpp151 GetPort(), WiimoteEmu::TurntableGroup::Stick)), in CreateTurntableLayout()
156 Wiimote::GetTurntableGroup(GetPort(), WiimoteEmu::TurntableGroup::Buttons)), in CreateTurntableLayout()
160 Wiimote::GetTurntableGroup(GetPort(), WiimoteEmu::TurntableGroup::EffectDial)), in CreateTurntableLayout()
166 Wiimote::GetTurntableGroup(GetPort(), WiimoteEmu::TurntableGroup::LeftTable)), in CreateTurntableLayout()
171 GetPort(), WiimoteEmu::TurntableGroup::RightTable)), in CreateTurntableLayout()
175 Wiimote::GetTurntableGroup(GetPort(), WiimoteEmu::TurntableGroup::Crossfade)), in CreateTurntableLayout()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/
H A DWiimote.h28 enum class TurntableGroup; variable
94 ControllerEmu::ControlGroup* GetTurntableGroup(int number, WiimoteEmu::TurntableGroup group);
H A DWiimote.cpp121 ControllerEmu::ControlGroup* GetTurntableGroup(int number, WiimoteEmu::TurntableGroup group) in GetTurntableGroup()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/WiimoteEmu/
H A DWiimoteEmu.h62 enum class TurntableGroup; variable
122 ControllerEmu::ControlGroup* GetTurntableGroup(TurntableGroup group) const;
H A DWiimoteEmu.cpp349 ControllerEmu::ControlGroup* Wiimote::GetTurntableGroup(TurntableGroup group) const in GetTurntableGroup()