summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-073-87/+90
* Updated gamecontrollerdb.txt to latest to include new mappings for various co...Andres Hernandez2022-09-051-13/+36
* 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
* | [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-292-26/+26
* | 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
| |/
* | Replace Array return types with TypedArray 2kobewi2022-08-232-6/+10
* | Merge pull request #64732 from RandomShaper/input_is_finalRémi Verschelde2022-08-232-14/+9
|\ \
| * | Consolidate the fact that `Input` is meant to be finalPedro J. Estébanez2022-08-222-14/+9
| |/
* / Make `_validate_property` a multilevel methodYuri Sizov2022-08-222-8/+8
|/
* Use %s for bool value in vformatHaoyu Qiu2022-08-071-1/+1
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2022-08-051-18/+71
* Fix some array size function definition mismatch.Fabio Alessandrelli2022-08-041-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+1
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-2/+2
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2022-07-181-158/+209
* Merge pull request #62212 from hansemro/eraser-detect-4Rémi Verschelde2022-07-042-3/+20
|\
| * [macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro2022-07-042-3/+20
* | Input: Re-enable input accumulation by defaultRémi Verschelde2022-07-031-1/+1
* | Input: Make `get_action_raw_strength` print error when the action doesn't existMarco F2022-06-281-0/+1
|/
* Add suffixes to all nodes and resourcesFireForge2022-06-111-9/+9
* Merge pull request #61669 from fire-forge/inputRémi Verschelde2022-06-042-0/+9
|\
| * Make Input mouse_mode and use_accumulated_input propertiesFireForge2022-06-032-0/+9
* | Add array element type to `get_connected_joypads`Raul Santos2022-06-032-3/+4
|/
* Add a new HashSet templatereduz2022-05-201-0/+1
* Replace most uses of Map by HashMapreduz2022-05-163-31/+31
* Add a new HashMap implementationreduz2022-05-123-35/+35
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2022-05-051-90/+140
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-4/+4
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-2/+2
* Use Input::push_input for tests plus extra mouse testingPaulb232022-04-222-0/+5
* 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-063-11/+13
|/
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-10/+10
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-272-7/+7
* Ensure minimum modifiers are pressed when matching actionsMarcel Admiraal2022-03-201-2/+12
* Remove `TTRC()` with empty stringHaoyu Qiu2022-03-021-1/+1
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2022-02-202-436/+522
* [HTML5] Add Stadia controller to databasePowerbyte72022-02-191-0/+1
* 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-032-13/+19
|\
| * Fix mouse velocity not changing fast enoughMarcel Admiraal2022-01-132-13/+19
* | simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+2
* | Merge pull request #54173 from nathanfranke/fix-exact-matchRémi Verschelde2022-01-264-87/+77
|\ \
| * | Fix action exact matchNathan Franke2022-01-244-87/+77
* | | 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-202-0/+15
| |/ |/|