MCPcopy Create free account
hub / github.com/android/ndk-samples / HandleInput

Method HandleInput

endless-tunnel/app/src/main/cpp/native_engine.cpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266bool NativeEngine::HandleInput(AInputEvent* event) {
267 return CookEvent(event, _cooked_event_callback);
268}
269
270bool NativeEngine::InitDisplay() {
271 if (mEglDisplay != EGL_NO_DISPLAY) {

Callers 1

_handle_input_proxyFunction · 0.45

Calls 1

CookEventFunction · 0.85

Tested by

no test coverage detected