Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
bool NativeEngine::HandleInput(AInputEvent* event) {
267
return CookEvent(event, _cooked_event_callback);
268
}
269
270
bool NativeEngine::InitDisplay() {
271
if (mEglDisplay != EGL_NO_DISPLAY) {
Callers
1
_handle_input_proxy
Function · 0.45
Calls
1
CookEvent
Function · 0.85
Tested by
no test coverage detected