5 #include <android/input.h> 6 #include <android/native_window.h> 7 #include <android/native_activity.h> 23 void setKeyRepeat(
bool state);
24 void setMouseCursorVisible(
bool visible);
25 void setMousePos(
const Math::Vec2i& mousePosition);
27 ANativeWindow* getWindow();
37 float MapCenteredAxis(AInputEvent* event, int32_t axis);
ndk_helper::DoubletapDetector doubletap_detector_
static ANativeWindow * nativeWindow
ndk_helper::DragDetector drag_detector_
static std::queue< lug::Window::Event > events
static AInputQueue * inputQueue
static ANativeActivity * activity
void close(Handle handle)
ndk_helper::PinchDetector pinch_detector_
static std::condition_variable cv
static std::mutex androidMutex