Android: Mouse Implementation
Implement mouse Move touch to inputManager Change to use android/input.h
This commit is contained in:
parent
28e45ec427
commit
42513f2f47
12 changed files with 311 additions and 237 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue