summaryrefslogtreecommitdiffstats
path: root/core/input/input.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Follow up to https://github.com/godotengine/godot/pull/76399 to fix input ANR...Fredia Huya-Kouadio2023-05-111-0/+1
|/
* Allow concurrent buffering and dispatch of input eventsPedro J. Estébanez2023-05-081-1/+24
* Revert `Input.get_vector()` back to checking raw strengthMichael Alexsander2023-02-191-2/+2
* Change message of unknown joypad property from error to warningRicardo Subtil2023-02-131-2/+3
* Perform early exit in Input::is_anything_pressedNinni Pipping2023-02-091-3/+6
* Fix mouse/drag/touch InputEvents having no device idMarkus Sauermann2023-02-061-3/+6
* Fix various typos with codespellRémi Verschelde2023-02-011-1/+1
* Merge pull request #64423 from RandomShaper/safe_input_synthRémi Verschelde2023-01-311-0/+25
|\
| * Warn users about unsafe usage of InputEventPedro J. Estébanez2023-01-311-0/+25
* | Merge pull request #69028 from YeldhamDev/its_raw_you_donkeyRémi Verschelde2023-01-251-2/+2
|\ \
| * | Make `Input.get_vector()` check for plain `strength` instead of the raw oneMichael Alexsander2022-11-221-2/+2
* | | Cleanup and unify keyboard input.bruvzg2023-01-231-0/+14
| |/ |/|
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-10/+15
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | [iOS] Add Apple Pencil pressure and tilt support.bruvzg2022-12-231-0/+6
|/
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-221-0/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-1/+0
* Merge pull request #64444 from timothyqiu/action-completionRémi Verschelde2022-09-011-5/+4
|\
| * Fix action name completion for `Input`Haoyu Qiu2022-08-151-5/+4
* | Merge pull request #64531 from madmiraal/fix-63972-2Rémi Verschelde2022-08-241-5/+3
|\ \
| * | Fix axis mapped to DPad buttons not releasing opposite buttonMarcel Admiraal2022-08-171-5/+3
| |/
* / Consolidate the fact that `Input` is meant to be finalPedro J. Estébanez2022-08-221-3/+0
|/
* Fix some array size function definition mismatch.Fabio Alessandrelli2022-08-041-1/+1
* Input: Make `get_action_raw_strength` print error when the action doesn't existMarco F2022-06-281-0/+1
* Merge pull request #61669 from fire-forge/inputRémi Verschelde2022-06-041-0/+8
|\
| * Make Input mouse_mode and use_accumulated_input propertiesFireForge2022-06-031-0/+8
* | Add array element type to `get_connected_joypads`Raul Santos2022-06-031-2/+2
|/
* Replace most uses of Map by HashMapreduz2022-05-161-20/+20
* Add a new HashMap implementationreduz2022-05-121-8/+8
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
* Use Input::push_input for tests plus extra mouse testingPaulb232022-04-221-0/+4
* Merge pull request #60208 from Magorx/input-set-custom-mouse-cursor-fixRémi Verschelde2022-04-141-0/+2
|\
| * Added p_shape check to avoid engine crushKingCakeTheFruity2022-04-131-0/+2
* | Fix some issues found by cppcheck.bruvzg2022-04-061-2/+4
|/
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-271-5/+5
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+0
* Merge pull request #56764 from madmiraal/fix-45592-2Rémi Verschelde2022-02-031-12/+18
|\
| * Fix mouse velocity not changing fast enoughMarcel Admiraal2022-01-131-12/+18
* | Merge pull request #56754 from madmiraal/fix-45592Rémi Verschelde2022-01-241-7/+8
|\ \
| * | Use mouse event relative motion to calculate mouse velocityMarcel Admiraal2022-01-131-7/+8
| |/
* | Add `Input.is_anything_pressed` methodAndrii Doroshenko (Xrayez)2022-01-201-0/+14
* | Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-141-22/+12
|/
* Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-111-15/+15
|\
| * Rename speed to velocity when it's a directional VectorMarcel Admiraal2021-12-291-15/+15
* | Add joystick button index boundary check. Increase max. button number to 128 ...bruvzg2022-01-101-1/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Revert "Fixed event spam when using the Nintendo Switch controller"Marcel Admiraal2021-12-171-4/+1
* Fixed event spam when using the Nintendo Switch controllerSam Lantinga2021-12-161-1/+4
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4