summaryrefslogtreecommitdiffstats
path: root/platform/android/android_input_handler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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