summaryrefslogtreecommitdiffstats
path: root/core/input/input.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\|
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+107
|\|
| * Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-1/+107
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \
| * | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+2
|\ \ \ | |/ / |/| / | |/
| * Fixes window_id being erased when emulating mouse events from touch eventsalexkar5982024-10-181-0/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-0/+33
* 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-171-5/+5
|\ \ | |/ |/|
| * Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-091-5/+5
* | 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-301-0/+8
|\
| * Clean Input::frame_parsed_events before de-initialising scripting languages t...bruvzg2024-05-301-0/+8
* | Add event_index to InputEventActionkobewi2024-05-301-1/+1
|/
* Merge pull request #88343 from Riteo/warped-mouse-floatRémi Verschelde2024-05-061-6/+6
|\
| * Handle warped mouse motion as floating pointRiteo2024-02-141-6/+6
* | Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-3/+4
* | Fix action_press() by clamping strength to 0, 1Mark Wilson2024-03-271-1/+1
* | Optimise Object's `get_argument_options`Micky2024-02-291-1/+3
* | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-7/+7
|/
* Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-4/+20
* Check action exists in `Input.action_press` and `action_release`jsjtxietian2024-01-181-0/+4
* Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | 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-041-82/+91
* Rework input actions to be reliablekobewi2023-11-101-52/+67
* Merge pull request #81322 from johnnyw/android_fix_joypad_trigger_rangeRémi Verschelde2023-10-201-3/+5
|\
| * Android: Fix joypad trigger value rangeJohn Watson2023-10-201-3/+5
* | Fix `Input.is_action_just_pressed` flicker on joypad axesErezShahaf2023-10-161-8/+7
* | Prevent axis-based actions from getting stuckkobewi2023-09-041-5/+26
|/
* Remove debug printkobewi2023-08-291-2/+0
* Fix action state when multiple events are assignedkobewi2023-08-251-21/+36
* 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-021-1/+8
* Prevent double input events on gamepad when running through steam inputEoin O'Neill2023-07-101-0/+27
* Fix various typos with codespellRémi Verschelde2023-06-161-1/+1
* Merge pull request #77055 from lawnjelly/input_just_pressed_4Rémi Verschelde2023-06-121-23/+38
|\
| * Input - fix just pressed and released with short presseslawnjelly2023-06-121-23/+38
* | Skip error messages for buttons that don't existDevan OBoyle2023-06-111-2/+3
|/
* Merge pull request #76719 from m4gr3d/add_input_event_cancelled_state_mainRémi Verschelde2023-05-171-0/+2
|\
| * Augment the `InputEvent` class with a `CANCELED` stateFredia Huya-Kouadio2023-05-151-0/+2