summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-142-28/+13
|/
* Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-114-57/+52
|\
| * Rename speed to velocity when it's a directional VectorMarcel Admiraal2021-12-294-57/+52
* | Add joystick button index boundary check. Increase max. button number to 128 ...bruvzg2022-01-102-2/+3
* | Document InputEventMIDI and add some missing 0xF MIDI messagesAaron Franke2022-01-041-0/+11
* | Update copyright statements to 2022Rémi Verschelde2022-01-0310-20/+20
|/
* Revert "Fixed event spam when using the Nintendo Switch controller"Marcel Admiraal2021-12-171-4/+1
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-12-171-2/+2
* Fixed event spam when using the Nintendo Switch controllerSam Lantinga2021-12-161-1/+4
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-12-101-179/+183
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-093-12/+12
* 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-232-0/+16
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-3/+3
* Use "enum class" for input enumsAaron Franke2021-11-126-347/+391
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-11-032-287/+764
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-2/+2
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-282-13/+14
* 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
* | Remove unimplemented methodsMarcel Admiraal2021-10-211-1/+0
* | Fix handling multiple "physical key" events in the single input map action.bruvzg2021-10-191-2/+7
* | Merge pull request #53741 from DmitriySalnikov/exposed_sensor_setters_masterRémi Verschelde2021-10-181-0/+4
|\ \
| * | Exposed setters for sensor values in Input classДмитрий Сальников2021-10-121-0/+4
| |/
* / SCons: List `.gen.cpp` sources explicitly to avoid globbing errorsRémi Verschelde2021-10-151-9/+5
|/
* GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde2021-10-041-9/+1
* Allow shortcuts to have any number of bindings. Updated UI as required.Eric M2021-10-012-18/+78
* Use range iterators for `Map`Lightning_A2021-09-301-7/+7
* InputEventJoypadMotion::set_axis - reject invalid axisLATRio2021-09-301-0/+2
* Replace auto completion shortcut for macfabriceci2021-09-281-1/+1
* validate 'shortcut' in InputEventShortcutLATRio2021-09-261-0/+4
* Improve implementation of builtin action overridesEric M2021-09-212-15/+41
* InputMap: Fixup `macos` feature tag overrides after #52291Rémi Verschelde2021-09-151-5/+5
* Rename `osx` to `macos` in input map feature tag handlingHugo Locurcio2021-09-151-26/+26
* Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde2021-09-132-0/+5
|\
| * Fix InputMap and display server not nulling singleton on freePaulb232021-09-012-0/+5
* | Make platform feature tag names lowercaseHugo Locurcio2021-08-311-31/+31
|/
* Merge pull request #51750 from jmb462/inputmap_action_suggestionsMax Hilbrunner2021-08-233-26/+15
|\
| * Adding InputMap action error suggestion for Input singletonjmb4622021-08-163-26/+15
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-234-1/+141
|/
* Fix input methods returning zero strength when pressed status not requestedMai Lavelle2021-08-162-10/+15