mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
device: Don't try to access raw input devices an Android
Fixes a log warning
This commit is contained in:
parent
73a27fa281
commit
f79ef139ba
@ -40,7 +40,7 @@ make_global_ptr() {
|
||||
_global_ptr = new WinInputDeviceManager;
|
||||
#elif defined(__APPLE__)
|
||||
_global_ptr = new IOKitInputDeviceManager;
|
||||
#elif defined(PHAVE_LINUX_INPUT_H)
|
||||
#elif defined(PHAVE_LINUX_INPUT_H) && !defined(ANDROID)
|
||||
_global_ptr = new LinuxInputDeviceManager;
|
||||
#else
|
||||
_global_ptr = new InputDeviceManager;
|
||||
|
Loading…
x
Reference in New Issue
Block a user