Home
last modified time | relevance | path

Searched refs:PartyTapButtons (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DInputInfo.cs33 [XmlElement("PartyTap")] public XmlIntArray PartyTapButtons = new UInt32[6]; field in Mesen.GUI.Config.KeyMappings
49 clone.PartyTapButtons = this.PartyTapButtons.Clone(); in Clone()
79 mapping.PartyTapButtons= PartyTapButtons; in ToInteropMapping()
179 controllerInfo.Keys[0].PartyTapButtons = presets.PartyTap.PartyTapButtons; in InitializeDefaults()
H A DKeyPresets.cs193 PartyTapButtons = new UInt32[6] { in KeyPresets()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/Config/Controllers/
H A DctrlPartytapConfig.cs31 InitButton(_keyIndexes[i], mappings.PartyTapButtons[i]); in Initialize()
38 mappings.PartyTapButtons[i] = (UInt32)_keyIndexes[i].Tag; in UpdateKeyMappings()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DfrmMain.Help.cs79 …figManager.Config.InputInfo.Controllers[0].Keys[0].PartyTapButtons = presets.PartyTap.PartyTapButt… in PerformUpgrade()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DPartyTap.h24 SetPressedState(i, keyMapping.PartyTapButtons[i]); in InternalSetStateFromInput()
H A DEmulationSettings.h320 uint32_t PartyTapButtons[6] = {}; member
336 …hasKeyBinding |= HasKeyBinding(PartyTapButtons, sizeof(PartyTapButtons) / sizeof(PartyTapButtons[0… in HasKeySet()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Libretro/
H A Dlibretro.cpp553 keyMappings.Mapping1.PartyTapButtons[0] = getKeyCode(4, RETRO_DEVICE_ID_JOYPAD_B); in update_settings()
554 keyMappings.Mapping1.PartyTapButtons[1] = getKeyCode(4, RETRO_DEVICE_ID_JOYPAD_A); in update_settings()
555 keyMappings.Mapping1.PartyTapButtons[2] = getKeyCode(4, RETRO_DEVICE_ID_JOYPAD_Y); in update_settings()
556 keyMappings.Mapping1.PartyTapButtons[3] = getKeyCode(4, RETRO_DEVICE_ID_JOYPAD_X); in update_settings()
557 keyMappings.Mapping1.PartyTapButtons[4] = getKeyCode(4, RETRO_DEVICE_ID_JOYPAD_L); in update_settings()
558 keyMappings.Mapping1.PartyTapButtons[5] = getKeyCode(4, RETRO_DEVICE_ID_JOYPAD_R); in update_settings()
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dinput-default-buttons.h124 static const char* const PartyTapButtons[] = variable
875 DPDC("nes.input.fcexp.partytap", PartyTapButtons),
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/Config/
H A DfrmInputConfig.cs535 foreach(UInt32 button in mappings.PartyTapButtons.Values) { in UpdateConflictWarning()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs1082 public UInt32[] PartyTapButtons; field