summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #88343 from Riteo/warped-mouse-floatRémi Verschelde2024-05-062-7/+7
|\
| * Handle warped mouse motion as floating pointRiteo2024-02-142-7/+7
* | Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-023-4/+51
* | Sync controller mappings DB with SDL 2 community repoRémi Verschelde2024-04-241-0/+4
* | Sync controller mappings DB with SDL 2 community repoRémi Verschelde2024-04-081-20/+55
* | Fix action_press() by clamping strength to 0, 1Mark Wilson2024-03-271-1/+1
* | Merge pull request #87883 from TontonSancho/text-skip-occurenceRémi Verschelde2024-03-251-0/+5
|\ \
| * | Add 'Skip to next (text) occurrence' feature to text editorChristophe Andral2024-03-251-0/+5
* | | [Buildsystem] Fix encoding when reading filesA Thousand Ships2024-03-241-1/+1
|/ /
* | Expose `DEVICE_ID_EMULATION` constant in InputEventHugo Locurcio2024-03-161-0/+2
* | SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-11/+3
* | SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-48/+46
* | Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
* | Add two new COMSTR environment variablesThaddeus Crews2024-03-011-1/+1
* | Add autocompletion for InputMap's methodsMicky2024-03-012-0/+33
* | Optimise Object's `get_argument_options`Micky2024-02-292-1/+6
* | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-142-14/+14
|/
* Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-054-5/+96
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2024-01-301-10/+28
* Add InputEventKey.location to tell left from rightMel Collins2024-01-262-1/+48
* Merge pull request #87324 from jsjtxietian/action-existYuri Sizov2024-01-181-0/+4
|\
| * Check action exists in `Input.action_press` and `action_release`jsjtxietian2024-01-181-0/+4
* | Fix `#if *_ENABLED` inconsistencies, should check if definedRémi Verschelde2024-01-171-2/+2
|/
* Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-042-3/+3
|\
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-162-3/+3
* | Fix missing autocompletion for inheriting classesMicky2024-01-031-0/+1
|/
* Add bindings for setting and getting emulation mouse from touch and touch fro...CaTaTo2023-12-131-0/+6
* Rework action pressed state to support multiple controllersGilles Roudière2023-12-042-102/+111
* Rework input actions to be reliablekobewi2023-11-104-59/+102
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2023-10-231-1/+11
* Merge pull request #81322 from johnnyw/android_fix_joypad_trigger_rangeRémi Verschelde2023-10-202-4/+6
|\
| * Android: Fix joypad trigger value rangeJohn Watson2023-10-202-4/+6
* | Fix `Input.is_action_just_pressed` flicker on joypad axesErezShahaf2023-10-161-8/+7
* | Merge pull request #82203 from KoBeWi/shortcuts_under_pressureRémi Verschelde2023-09-242-0/+6
|\ \
| * | Make InputEventShortcut always pressedkobewi2023-09-232-0/+6
* | | Sync controller mappings DB with SDL2 community repoRémi Verschelde2023-09-241-47/+152
|/ /
* | Merge pull request #81170 from KoBeWi/step_inputRémi Verschelde2023-09-112-5/+27
|\ \
| * | Prevent axis-based actions from getting stuckkobewi2023-09-042-5/+27
| |/
* / UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-072-4/+0
|/
* Remove debug printkobewi2023-08-291-2/+0
* Merge pull request #80859 from KoBeWi/prepare_for_action_and_make_it_doubleRémi Verschelde2023-08-292-22/+37
|\
| * Fix action state when multiple events are assignedkobewi2023-08-252-22/+37
* | Context aware MIDI event printingalcomposer2023-08-281-1/+21
|/
* Ensure `joy_connection_changed` is emitted on the main threadRicardo Subtil2023-08-091-1/+2
* Add the ability to get per-platform information for joypads.Álex Román Núñez2023-08-022-2/+11
* Merge pull request #76045 from Eoin-ONeill-Yokai/steaminput-fixYuri Sizov2023-07-122-0/+31
|\
| * Prevent double input events on gamepad when running through steam inputEoin O'Neill2023-07-102-0/+31
* | Mention Xbox menu button by name in Start button descriptionHugo Locurcio2023-06-261-1/+1
|/
* Fix various typos with codespellRémi Verschelde2023-06-161-1/+1
* Merge pull request #75438 from ronyeh/typoRémi Verschelde2023-06-151-2/+2
|\