summaryrefslogtreecommitdiffstats
path: root/platform/android/android_input_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Input logic cleanup:Fredia Huya-Kouadio2024-05-191-0/+2
* Android stylus pressure and tilt supportpikethom2023-08-151-1/+1
* [Android] Set `echo` property for the physical keyboard events.bruvzg2023-07-061-1/+1
* Augment the `InputEvent` class with a `CANCELED` stateFredia Huya-Kouadio2023-05-151-2/+2
* [InputEventKey] Avoid setting both key and modifier to the same value.bruvzg2023-02-141-1/+1
* Fix the issue causing long-press on a selected node on the scene tree to trig...Fredia Huya-Kouadio2023-02-121-1/+5
* Cleanup and unify keyboard input.bruvzg2023-01-231-1/+1
* Use BitField<> in core type masksJuan Linietsky2023-01-081-6/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-221-2/+2
* Cleanup the Android input logic implementationFredia Huya-Kouadio2022-09-071-4/+18
* Fix incorrect Android scancodesMarcel Admiraal2022-07-131-1/+1
* Remove broken scroll gesture on AndroidMarcel Admiraal2022-06-211-2/+0
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* Switch to input buffering on AndroidPedro J. Estébanez2021-08-131-0/+91