summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_input_player.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Redesign mouse panningBaptiste Marie2023-06-121-0/+16
* core: hid: Allow to calibrate gyro sensorNarr the Reg2023-05-081-0/+3
* Merge pull request #10125 from lat9nq/vsync-selectbunnei2023-05-071-0/+1
|\
| * configure_input_player: Add missing includelat9nq2023-05-031-0/+1
* | input_common: Add property to invert an axis buttonNarr the Reg2023-05-061-2/+8
|/
* Revert "yuzu: config: Remove player 8 and 9 from config file"Narr the Reg2023-02-261-1/+7
* yuzu: config: Remove player 8 and 9 from config fileNarr the Reg2023-02-261-7/+1
* input_common: Split mouse input into individual devicesNarr the Reg2023-02-161-1/+1
* input_common: Implement turbo buttonsgerman772023-02-011-5/+12
* yuzu: Update controller colors and button namesNarr the Reg2023-01-201-0/+20
* yuzu: Read mouse wheel inputNarr the Reg2023-01-111-0/+6
* yuzu: Automatically refresh device listgerman772022-12-241-4/+8
* emulated_controller: Remove unused parameter in GetMappedDevices()Lioncash2022-12-061-2/+1
* configure_input_player: Fix profile saving when using handheld controller typeameerj2022-11-291-1/+7
* Merge pull request #8880 from german77/slow-movingMai2022-09-131-1/+1
|\
| * input_common: Increase mapping timer from 2.5 seconds to 4 secondsgerman772022-09-111-1/+1
* | yuzu: input: fix invert symbol on axis and order options alphabeticallyNarr the Reg2022-09-061-13/+14
* | input_common: Add support for analog toggleNarr the Reg2022-09-061-0/+6
|/
* yuzu: Allow longer controller profile namesNarr the Reg2022-08-191-1/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* configure_input_player: Eliminate variable shadowingMorph2022-06-141-39/+39
* yuzu: Config allow to delete single axis directions when buttons are mapped to a stickNarr the Reg2022-04-271-1/+22
* yuzu: config: Set default range to 95%Narr the Reg2022-04-271-1/+1
* Merge pull request #7978 from german77/sidewaybunnei2022-04-221-0/+19
|\
| * input_common: Map sticks correctly when mapped sidewaysNarr the Reg2022-03-221-0/+19
* | ui: translate hat directionsKyle K2022-04-191-1/+19
* | yuzu: Call ignore event after ensuring it's initializedNarr the Reg2022-04-161-1/+1
|/
* yuzu: Reduce unused includesameerj2022-03-201-2/+0
* yuzu: config: Fix mapping issues with the enter keyNarr the Reg2022-02-151-0/+3
* yuzu: Add auto center on right clickgerman772022-02-071-0/+26
* Merge pull request #7807 from german77/moar-buttonsbunnei2022-02-021-0/+4
|\
| * input_common: Add home and hard touch press buttons to UDP controllersgerman772022-01-301-0/+4
* | configure_input_player: Eliminate variable shadowingLioncash2022-02-011-4/+5
* | configure_input_player: std::move input setters in HandleClickLioncash2022-02-011-1/+1
* | configure_input_player: Avoid unnecessary ParamPackage copiesLioncash2022-02-011-6/+6
|/
* Merge pull request #7770 from german77/motion-thresholdbunnei2022-01-281-0/+12
|\
| * input_common: Add option to configure gyro thresholdgerman772022-01-241-0/+12
* | yuzu: Add modifiers for keyboardNarr the Reg2022-01-221-25/+34
|/
* input_common: Reintroduce motion from mouse and use button namesgerman772022-01-171-0/+10
* yuzu: Use pad parameter to choose the correct controllergerman772022-01-071-7/+8
* controller_applet: Only populate supported controllersgerman772022-01-021-34/+19
* core/hid: Fix controller type validationgerman772021-12-301-3/+3
* core/hid: Ensure only valid npad are connectedgerman772021-12-051-70/+61
* general: Fix handheld typoMorph2021-11-291-16/+16
* settings: Add debug setting to enable all controllersgerman772021-11-281-0/+34
* input_common: Fully implement UDP controllersNarr the Reg2021-11-261-0/+24
* input_common: Move button names to the frontendgerman772021-11-251-3/+83
* core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-251-1/+3
* settings: Remove includes of core.hgerman772021-11-251-19/+16
* core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-251-43/+44
* settings: Fix Debug controller type optionsgerman772021-11-251-2/+0
* input_common: Fix UDP uuidgerman772021-11-251-1/+5
* core/hid: Rework battery mappingsgerman772021-11-251-1/+1
* settings: Fix mouse and keyboard mappingsgerman772021-11-251-89/+58
* yuzu: Fix loading input profilesgerman772021-11-251-0/+7
* hid: Fix controller connection/disconnectiongerman772021-11-251-8/+73
* core/hid: Add output devicesgerman772021-11-251-0/+7
* yuzu: Update frontendgerman772021-11-251-555/+367
* input_common: Rewrite keyboardgerman772021-11-251-82/+1
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-10/+8
* input_common/tas: Base playback & recording systemMonsterDruide12021-09-181-6/+24
* input_common: Improve SDL joystick and hide toggle optiongerman772021-08-081-5/+8
* Merge pull request #6654 from german77/custom_thresholdbunnei2021-07-221-0/+44
|\
| * configure/ui: Add sliders for trigger buttonsgerman772021-07-171-0/+34
| * input_common: Make button threshold customizablegerman772021-07-161-0/+10
* | input_common: Support SDL toggle buttonsgerman772021-07-151-1/+2
|/
* limitable_input_dialog: Implement character limiterKewlan2021-06-061-1/+2
* input_common: Implement SDL motiongerman772021-05-151-0/+8
* Merge pull request #6040 from german77/toggleKeyboardbunnei2021-03-111-2/+19
|\
| * Enable mouse toggle buttonsgerman772021-03-061-1/+2
| * Add toggle button option for normal buttonsgerman2021-03-061-0/+5
| * Enable button toggle for keyboard in the modifier buttongerman2021-03-061-1/+12
* | inputCommon: Mouse fixesgerman772021-02-281-1/+3
|/
* hid: Implement GC controllergerman2021-02-081-4/+102
* Make settings controller image change with controller inputgerman2021-02-061-41/+60
* Merge pull request #5326 from german77/hidUpdate1bunnei2021-02-061-1/+1
|\
| * Fix npad struct to match switchbrewgerman2021-02-041-1/+1
* | Always update handheld configgerman2021-02-041-4/+2
|/
* Fix connect and disconnect controller eventsgerman2021-01-241-14/+32
* Always update configuration for handheldgerman2021-01-181-0/+10
* configure_input: Modify controller connection delayMorph2021-01-011-10/+22
* Allow to invert analog axis with right clickgerman2020-12-271-48/+37
* Merge pull request #4939 from german77/MouseInputbunnei2020-11-301-11/+76
|\
| * Implement full mouse supportgerman2020-11-261-11/+76
* | configure_input_player: Use the npad style set to show the available controllersMorph2020-11-211-55/+83
* | configure_input_player: Use static qualifier for IsProfileNameValid()Lioncash2020-11-181-1/+1
|/
* configure_input: Accommodate for the mouse input device engineMorph2020-11-161-1/+17
* configure_input: Update the input profiles for other player tabsMorph2020-11-161-6/+14
* general: Fix compiler warnings on linux and miscellaneous changesMorph2020-11-161-1/+2
* sdl_impl: Revert to the "old" method of mapping sticksMorph2020-11-161-0/+12
* applets/controller: Change the input button to create input profilesMorph2020-11-161-1/+4
* input: Disconnect a controller prior to connecting a new oneMorph2020-11-161-25/+36
* input_common: Add VibrationDevice and VibrationDeviceFactoryMorph2020-11-161-0/+7
* configure_input_player: Change "Defaults" button behaviorMorph2020-11-161-27/+30
* settings: Preparation for per-game input settingsMorph2020-11-161-4/+4
* input_profiles: Implement input profilesMorph2020-11-161-3/+108
* configure_input_player: Implement input exclusivity and persistenceMorph2020-11-161-127/+191
* configure_input_player: Fix modifier buttonsMorph2020-10-201-18/+19
* configure_input_player: Fixes motion mapping using ConfigureButtonClickMorph2020-09-181-5/+8
* configure_input_player: Re-add "Clear" context menu optionMorph2020-09-181-29/+64
* Merge pull request #4594 from german77/MotionHIDbunnei2020-09-171-1/+116
|\
| * configure_input: Hook up the motion button and checkboxMorph2020-09-051-6/+5
| * Add cemu hook changes related to PR #4609german2020-09-051-0/+22
| * configure_input_player: Show/hide motion buttons based on the controllerMorph2020-09-051-0/+33
| * Include HID and configuration changes related to motiongerman2020-09-051-0/+61
* | Merge pull request #4608 from lioncash/sign3bunnei2020-09-101-2/+2
|\ \ | |/ |/|
| * configure_input_player: Resolve sign conversion warnings in UpdateMappingWithDefaults()Lioncash2020-08-291-2/+2
* | yuzu/configuration: Fix index out of bounds for default_analogsMorph2020-08-291-4/+4
|/
* input_common: Eliminate most global stateLioncash2020-08-271-16/+18
* configure_input_player: Fix modifier scale button mappingMorph2020-08-261-16/+18
* configuration/input: Add support for mouse button clicksMorph2020-08-261-4/+37
* Address feedbackMorph2020-08-261-39/+31
* Project Mjölnir: Part 1Morph2020-08-261-301/+432
* General: Tidy up clang-format warnings part 2Lioncash2020-08-131-29/+32
* yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash2020-08-031-36/+40
* Fix unnecessary diffsAmeer2020-07-021-26/+24
* Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readabilityAmeer2020-07-021-25/+46
* Small quality of life indication that mapped button is GCAmeer2020-06-231-2/+2
* Singleton GC Adapter class, remove globals, fix naming conventionAmeer2020-06-221-26/+24
* Clang FormattingAmeer2020-06-211-75/+65
* GC Adapter ImplementationAmeer2020-06-211-41/+90
* Actually save the input when clearing/resetting to defaultFearlessTobi2020-06-031-0/+3
* Edit modifier_scale with the deadzone sliderKewlan2020-04-231-20/+40
* yuzu/configuration: Only assert that all buttons exist when we are handling the click for a button deviceFearlessTobi2020-04-051-7/+8
* const correctionCJBok2020-01-031-1/+1
* clangCJBok2020-01-031-22/+22
* Update configure_input_player.cppCJBok2020-01-031-23/+23
* Added deadzone controls for sdl engine at input settingsCJBok2020-01-031-24/+48
* fixed clang format & addressed feedbackFreddyFunk2019-10-101-26/+24
* yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggersFreddyFunk2019-10-101-7/+23
* Add cancel option to analog stick configurationfearlessTobi2019-09-031-7/+10
* Qt: Fixed behaviour of buttons by connecting functors to correct signalsSilent2019-08-021-5/+5
* yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash2019-06-061-0/+13
* yuzu/configuration: Make function naming consistentLioncash2019-06-051-22/+23
* yuzu/configuration/configure_input_player: Clean up array accessesLioncash2019-05-191-32/+48
* yuzu/configuration/configure_input_player: Specify string conversions explicitlyLioncash2019-05-191-24/+49
* yuzu/configuration/configure_input_player: Forward declare types where applicableLioncash2019-01-171-0/+1
* configure_input: Add ConfigureInputSimple as default input UI configZach Hilman2018-12-051-0/+1
* yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8Lioncash2018-11-271-1/+1
* yuzu/configure_input_player: Use a lambda expression instead of std::bindLioncash2018-11-271-1/+1
* yuzu/configure_input_player: Amend constructor initializer list orderLioncash2018-11-271-4/+3
* yuzu/configure_input: Remove unused function MoveGridElementLioncash2018-11-271-7/+0
* configure_input: Make None a controller option instead of checkboxZach Hilman2018-11-191-0/+2
* hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman2018-11-191-3/+3
* qt: Move controller button config to separate dialogZach Hilman2018-11-191-0/+506