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