| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | Input logic cleanup: | Fredia Huya-Kouadio | 2024-05-19 | 1 | -0/+4 |
* | Add screen-related attributes to mouse input events | Markus Sauermann | 2024-02-05 | 1 | -0/+4 |
* | Add InputEventKey.location to tell left from right | Mel Collins | 2024-01-26 | 1 | -0/+1 |
* | Android stylus pressure and tilt support | pikethom | 2023-08-15 | 1 | -1/+3 |
* | Merge pull request #78538 from Sauermann/fix-code-simplifications | Yuri Sizov | 2023-07-12 | 1 | -1/+1 |
|\ |
|
| * | Code simplifications | Markus Sauermann | 2023-06-21 | 1 | -1/+1 |
* | | [Android] Set `echo` property for the physical keyboard events. | bruvzg | 2023-07-06 | 1 | -1/+2 |
|/ |
|
* | Augment the `InputEvent` class with a `CANCELED` state | Fredia Huya-Kouadio | 2023-05-15 | 1 | -12/+10 |
* | [InputEventKey] Avoid setting both key and modifier to the same value. | bruvzg | 2023-02-14 | 1 | -13/+21 |
* | Fix the issue causing long-press on a selected node on the scene tree to trig... | Fredia Huya-Kouadio | 2023-02-12 | 1 | -4/+24 |
* | [Android] Fix virtual keyboard special keys. | bruvzg | 2023-01-26 | 1 | -1/+14 |
* | Cleanup and unify keyboard input. | bruvzg | 2023-01-23 | 1 | -6/+4 |
* | Use BitField<> in core type masks | Juan Linietsky | 2023-01-08 | 1 | -20/+20 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Add double_tap attribute to InputEventScreenTouch | Fredia Huya-Kouadio | 2022-10-22 | 1 | -4/+5 |
* | Cleanup the Android input logic implementation | Fredia Huya-Kouadio | 2022-09-07 | 1 | -94/+123 |
* | Fix incorrect Android scancodes | Marcel Admiraal | 2022-07-13 | 1 | -27/+26 |
* | Remove broken scroll gesture on Android | Marcel Admiraal | 2022-06-21 | 1 | -10/+0 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -2/+3 |
* | Fix Actions mapped to triggers not using the full range | Marcel Admiraal | 2022-01-14 | 1 | -4/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 1 | -1/+1 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -37/+37 |
* | [android] Fixed wrong button mask for right click | ModProg | 2021-08-16 | 1 | -1/+1 |
* | Switch to input buffering on Android | Pedro J. Estébanez | 2021-08-13 | 1 | -0/+395 |