Home
last modified time | relevance | path

Searched refs:keyMappings (Results 1 – 25 of 32) sorted by relevance

12

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Libretro/
H A Dlibretro.cpp526 KeyMappingSet keyMappings; in update_settings() local
527 keyMappings.TurboSpeed = turboSpeed; in update_settings()
531 keyMappings.Mapping1.A = getKeyCode(port, RETRO_DEVICE_ID_JOYPAD_A); in update_settings()
532 keyMappings.Mapping1.B = getKeyCode(port, RETRO_DEVICE_ID_JOYPAD_B); in update_settings()
533 keyMappings.Mapping1.TurboA = getKeyCode(port, RETRO_DEVICE_ID_JOYPAD_X); in update_settings()
534 keyMappings.Mapping1.TurboB = getKeyCode(port, RETRO_DEVICE_ID_JOYPAD_Y); in update_settings()
536 keyMappings.Mapping1.A = getKeyCode(port, RETRO_DEVICE_ID_JOYPAD_B); in update_settings()
537 keyMappings.Mapping1.B = getKeyCode(port, RETRO_DEVICE_ID_JOYPAD_Y); in update_settings()
547 keyMappings.Mapping1.Up = getKeyCode(port, RETRO_DEVICE_ID_JOYPAD_UP); in update_settings()
548 keyMappings.Mapping1.Down = getKeyCode(port, RETRO_DEVICE_ID_JOYPAD_DOWN); in update_settings()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/commands/
H A Djuce_ApplicationCommandManager.cpp31 keyMappings.reset (new KeyPressMappingSet (*this)); in ApplicationCommandManager()
38 keyMappings.reset(); in ~ApplicationCommandManager()
45 keyMappings->clearAllKeyPresses(); in clearCommands()
76 keyMappings->resetToDefaultMapping (newCommand.commandID); in registerCommand()
108 const Array<KeyPress> keys (keyMappings->getKeyPressesAssignedToCommand (commandID)); in removeCommand()
111 keyMappings->removeKeyPress (keys.getReference (j)); in removeCommand()
H A Djuce_ApplicationCommandManager.h202 KeyPressMappingSet* getKeyMappings() const noexcept { return keyMappings.get(); } in getKeyMappings()
307 std::unique_ptr<KeyPressMappingSet> keyMappings; variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/commands/
H A Djuce_ApplicationCommandManager.cpp31 keyMappings.reset (new KeyPressMappingSet (*this)); in ApplicationCommandManager()
38 keyMappings.reset(); in ~ApplicationCommandManager()
45 keyMappings->clearAllKeyPresses(); in clearCommands()
76 keyMappings->resetToDefaultMapping (newCommand.commandID); in registerCommand()
108 const Array<KeyPress> keys (keyMappings->getKeyPressesAssignedToCommand (commandID)); in removeCommand()
111 keyMappings->removeKeyPress (keys.getReference (j)); in removeCommand()
H A Djuce_ApplicationCommandManager.h202 KeyPressMappingSet* getKeyMappings() const noexcept { return keyMappings.get(); } in getKeyMappings()
307 std::unique_ptr<KeyPressMappingSet> keyMappings; variable
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DPowerPad.h55 …<Console> console, uint8_t port, KeyMappingSet keyMappings) : BaseControlDevice(console, port, key… in PowerPad() argument
57 _useSideA = keyMappings.PowerpadUseSideA; in PowerPad()
H A DFamilyMatTrainer.h18 …_ptr<Console> console, KeyMappingSet keyMappings) : PowerPad(console, BaseControlDevice::ExpDevice… in FamilyMatTrainer() argument
H A DBandaiMicrophone.h32 …Console> console, KeyMappingSet keyMappings) : BaseControlDevice(console, BaseControlDevice::Mappe… in BandaiMicrophone() argument
H A DPachinkoController.h24 …Console> console, KeyMappingSet keyMappings) : StandardController(console, BaseControlDevice::ExpD… in PachinkoController() argument
H A DStandardController.h81 …<Console> console, uint8_t port, KeyMappingSet keyMappings) : BaseControlDevice(console, port, key… in StandardController() argument
83 _turboSpeed = keyMappings.TurboSpeed; in StandardController()
H A DExcitingBoxingController.h33 …<Console> console, KeyMappingSet keyMappings) : BaseControlDevice(console, BaseControlDevice::ExpD… in ExcitingBoxingController() argument
H A DPartyTap.h36 …<Console> console, KeyMappingSet keyMappings) : BaseControlDevice(console, BaseControlDevice::ExpD… in PartyTap() argument
H A DBandaiHyperShot.h52 …Console> console, KeyMappingSet keyMappings) : StandardController(console, BaseControlDevice::ExpD… in BandaiHyperShot() argument
H A DHoriTrack.h20 …onsole> console, KeyMappingSet keyMappings) : StandardController(console, BaseControlDevice::ExpD… in HoriTrack() argument
H A DJissenMahjongController.h35 …<Console> console, KeyMappingSet keyMappings) : BaseControlDevice(console, BaseControlDevice::ExpD… in JissenMahjongController() argument
H A DSnesController.h67 …<Console> console, uint8_t port, KeyMappingSet keyMappings) : BaseControlDevice(console, port, key… in SnesController() argument
H A DEmulationSettings.h368 vector<KeyMapping> keyMappings; in GetKeyMappingArray() local
370 keyMappings.push_back(Mapping1); in GetKeyMappingArray()
373 keyMappings.push_back(Mapping2); in GetKeyMappingArray()
376 keyMappings.push_back(Mapping3); in GetKeyMappingArray()
379 keyMappings.push_back(Mapping4); in GetKeyMappingArray()
381 return keyMappings; in GetKeyMappingArray()
1301 void SetControllerKeys(uint8_t port, KeyMappingSet keyMappings) in SetControllerKeys() argument
1303 _controllerKeys[port] = keyMappings; in SetControllerKeys()
H A DFamilyBasicKeyboard.h86 …<Console> console, KeyMappingSet keyMappings) : BaseControlDevice(console, BaseControlDevice::ExpD… in FamilyBasicKeyboard() argument
H A DSuborKeyboard.h90 …<Console> console, KeyMappingSet keyMappings) : BaseControlDevice(console, BaseControlDevice::ExpD… in SuborKeyboard() argument
/dports/games/warzone2100/warzone2100/src/
H A Dkeymap.cpp53 …auto mapping = std::find_if(keyMappings.begin(), keyMappings.end(), [function](KEY_MAPPING const &… in keyGetMappingFromFunction()
77 std::list<KEY_MAPPING> keyMappings; variable
362 keyMappings.clear(); in keyInitMappings()
610 keyMappings.emplace_back(); in keyAddMapping()
657 …auto mapping = std::find_if(keyMappings.begin(), keyMappings.end(), [metaCode, subCode](KEY_MAPPIN… in keyFindMapping()
667 …auto mapping = std::find_if(keyMappings.begin(), keyMappings.end(), [psToRemove](KEY_MAPPING const… in keyRemoveMappingPt()
670 if (mapping != keyMappings.end()) in keyRemoveMappingPt()
672 keyMappings.erase(mapping); in keyRemoveMappingPt()
778 if (keyMappings.empty()) in keyProcessMappings()
792 for (auto keyToProcess = keyMappings.begin(); keyToProcess != keyMappings.end(); ++keyToProcess) in keyProcessMappings()
[all …]
H A Dkeyedit.cpp234 for (KEY_MAPPING &mapping : keyMappings) in getVisibleMappings()
355 for (auto const &mapping : keyMappings) in saveKeyMap()
380 keyMappings.clear(); in loadKeyMap()
H A Dkeymap.h81 extern std::list<KEY_MAPPING> keyMappings;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/
H A Devent.cpp102 static const SciKeyConversion keyMappings[] = { variable
364 for (int i = 0; i < ARRAYSIZE(keyMappings); i++) { in getScummVMEvent()
365 if (keyMappings[i].scummVMKey == scummVMKeycode) { in getScummVMEvent()
367 input.character = numlockOn ? keyMappings[i].sciKeyNumlockOn : keyMappings[i].sciKeyNumlockOff; in getScummVMEvent()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/
H A Devent.cpp102 static const SciKeyConversion keyMappings[] = { variable
356 for (int i = 0; i < ARRAYSIZE(keyMappings); i++) { in getScummVMEvent()
357 if (keyMappings[i].scummVMKey == scummVMKeycode) { in getScummVMEvent()
359 input.character = numlockOn ? keyMappings[i].sciKeyNumlockOn : keyMappings[i].sciKeyNumlockOff; in getScummVMEvent()
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dvis.cpp40 char keyMappings[8]; variable
140 WASABI_API_LNGSTRING_BUF(IDS_KEY_MAPPINGS, keyMappings, 8); in winampVisGetHeader()

12