Android: Mouse Implementation

Implement mouse
Move touch to inputManager
Change to use android/input.h
This commit is contained in:
thebestnom
2020-10-08 02:37:58 +03:00
parent 28e45ec427
commit 42513f2f47
12 changed files with 311 additions and 237 deletions

View File

@ -153,6 +153,7 @@ void OS_Android::main_loop_begin() {
bool OS_Android::main_loop_iterate() {
if (!main_loop)
return false;
DisplayServerAndroid::get_singleton()->process_events();
return Main::iteration();
}