summaryrefslogtreecommitdiffstats
path: root/core/input/input.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* Unexpose joy_connection_changed methodkobewi2021-12-061-1/+0
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Add Input.is_physical_key_pressed method.bruvzg2021-11-231-0/+14
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-3/+3
* Use "enum class" for input enumsAaron Franke2021-11-121-88/+92
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-11-031-6/+7
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-9/+10
* Merge pull request #53812 from RandomShaper/expose_flush_inputRémi Verschelde2021-10-221-0/+1
|\
| * Expose Input::flush_buffered_events()Pedro J. Estébanez2021-10-221-0/+1
* | Exposed setters for sensor values in Input classДмитрий Сальников2021-10-121-0/+4
|/