Android: Mouse Implementation
Implement mouse Move touch to inputManager Change to use android/input.h
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user