summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Enable joystick by default, update default toleranceewewukek1-3/+0
2024-05-15Consume input event in QuitDialog instead of relying on a hackewewukek1-15/+7
2024-05-15Heuristic to detect controller triggersewewukek2-3/+27
2024-05-15Refactor joystick input codeewewukek2-58/+74
2024-05-15Make sticks/triggers behave like regular buttonsewewukek3-7/+102
2024-05-15Extend gui support to joystick hat (d-pad)ewewukek3-2/+11
2024-05-15Gui support for joystick buttonsewewukek3-2/+22
2024-05-15Add a checkbox for d-pad to switch between movement and button behaviorewewukek2-17/+31
2024-05-15Make D-Pad behave like regular buttonsewewukek3-29/+125
2024-05-14Switch joystick axis tolerance type to floatewewukek2-8/+17
2024-05-14Remove joystick calibration logicewewukek2-58/+2
2024-05-14Add a slider to joystick settings to set axis toleranceewewukek2-3/+6
2024-05-14Use single tolerance value for all 4 joystick movement directionsewewukek2-36/+18
2024-03-26Remove default shortcut for "Hide [all] Windows"Fedja Beader1-1/+1
2024-02-13Hotplug support for joysticksewewukek2-11/+30
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva43-43/+86
2020-05-18Add new flags into gc110 flagsAndrei Karas1-0/+4
2020-05-18Fix compilation error after switch port mergedAndrei Karas1-4/+4
2020-04-29switch: change default input mapping in inputactionmap.hcpasjuste1-2/+46
2020-04-27inputmanager: fix joystick key 0 not assignable from inputactionmap (SDL_SCAN...cpasjuste1-4/+8
2020-04-24switch: add escape button (+)cpasjuste1-6/+14
2020-04-24switch: fix joystick directionscpasjuste1-7/+4
2020-04-23switch: enable sound and keyboard button by default, disable joysticks for nowcpasjuste1-5/+7
2020-04-22switch: enable joystick and mousecpasjuste2-0/+12
2020-02-23Fix some code style issuesAndrei Karas1-1/+1
2019-09-30Add missing static keywordsAndrei Karas2-5/+2
2019-06-10Add chat command /trimmemory for force trim freed memoryAndrei Karas1-0/+6
2019-01-01Update copyright year.Andrei Karas43-43/+43
2018-11-27Remove extra ; from different code.Andrei Karas3-5/+5
2018-10-29Fix code style.s20181102Andrei Karas5-11/+11
2018-02-13Allow set shortcut to clan window.Andrei Karas1-0/+6
2018-02-13Add clan window.Andrei Karas1-0/+12
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas43-43/+43
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-28Add missing explicit keyword in key.hAndrei Karas1-1/+1
2017-12-27Remove default parameter from key.Andrei Karas1-1/+1
2017-12-27Remove default parameter from keyboardconfig.Andrei Karas1-1/+1
2017-12-27Remove default parameters from touchmanager.Andrei Karas2-46/+88
2017-12-27Remove default parameters from theme.Andrei Karas1-3/+10
2017-10-26Replace some SDL2 function calls to lower level functions.Andrei Karas1-2/+2
2017-09-15Fix code style.Andrei Karas1-1/+0
2017-09-15Fix compilation with SDL 2 < 2.0.6.Andrei Karas1-0/+3
2017-09-15temporary disable input action types based on key releases.Andrei Karas1-6/+16
2017-09-15Dump more info about current joystick (SDL2).Andrei Karas1-0/+54
2017-09-12Add missing space int keyboardconfig.cppAndrei Karas1-1/+1
2017-09-11Fix ignoring "ignore" keys in SDL 2 builds.Andrei Karas1-0/+6
2017-09-11Add default values for input 1 and input 2 actions in SDL 2 build.Andrei Karas1-2/+2
2017-09-10Allow trigger input action on key press or/and release.Andrei Karas4-708/+924