summaryrefslogtreecommitdiffstats
path: root/platform/android/android_input_handler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Input logic cleanup:Fredia Huya-Kouadio2024-05-191-0/+4
* Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+4
* Add InputEventKey.location to tell left from rightMel Collins2024-01-261-0/+1
* Android stylus pressure and tilt supportpikethom2023-08-151-1/+3
* Merge pull request #78538 from Sauermann/fix-code-simplificationsYuri Sizov2023-07-121-1/+1
|\
| * Code simplificationsMarkus Sauermann2023-06-211-1/+1
* | [Android] Set `echo` property for the physical keyboard events.bruvzg2023-07-061-1/+2
|/
* Augment the `InputEvent` class with a `CANCELED` stateFredia Huya-Kouadio2023-05-151-12/+10
* [InputEventKey] Avoid setting both key and modifier to the same value.bruvzg2023-02-141-13/+21
* Fix the issue causing long-press on a selected node on the scene tree to trig...Fredia Huya-Kouadio2023-02-121-4/+24
* [Android] Fix virtual keyboard special keys.bruvzg2023-01-261-1/+14
* Cleanup and unify keyboard input.bruvzg2023-01-231-6/+4
* Use BitField<> in core type masksJuan Linietsky2023-01-081-20/+20
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-221-4/+5
* Cleanup the Android input logic implementationFredia Huya-Kouadio2022-09-071-94/+123
* Fix incorrect Android scancodesMarcel Admiraal2022-07-131-27/+26
* Remove broken scroll gesture on AndroidMarcel Admiraal2022-06-211-10/+0
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+3
* Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-141-4/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-37/+37
* [android] Fixed wrong button mask for right clickModProg2021-08-161-1/+1
* Switch to input buffering on AndroidPedro J. Estébanez2021-08-131-0/+395