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

Method OnKeyDown

endless-tunnel/app/src/main/cpp/scene.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28void Scene::OnPointerMove(int, const struct PointerCoords*) {}
29bool Scene::OnBackKeyPressed() { return false; }
30void Scene::OnKeyDown(int) {}
31void Scene::OnKeyUp(int) {}
32void Scene::OnJoy(float, float) {}
33void Scene::OnScreenResized(int, int) {}

Callers 1

_cooked_event_callbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected