summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Fix gamepad triggers not working on web exportsLisandro Lorea2024-09-171-1/+1
* Merge pull request #94413 from rburing/fix_action_press_tickRémi Verschelde2024-07-171-2/+4
|\
| * Fix physics tick count in Input.action_press and Input.action_releaseRicardo Buring2024-07-161-2/+4
* | Merge pull request #94052 from m4gr3d/clean_input_dispatch_settingsRémi Verschelde2024-07-172-8/+8
|\ \ | |/ |/|
| * Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-092-8/+8
* | Add Home/End to text caret movements on macOSMikael Hermansson2024-07-081-0/+4
* | Fix physics tick counterRicardo Buring2024-07-071-2/+3
|/
* Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...Rémi Verschelde2024-05-311-0/+1
* Merge pull request #92201 from bruvzg/input_flushRémi Verschelde2024-05-302-0/+11
|\
| * Clean Input::frame_parsed_events before de-initialising scripting languages t...bruvzg2024-05-302-0/+11
* | Add event_index to InputEventActionkobewi2024-05-304-1/+24
|/
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-1/+0
* 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
| |/