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

Method OnKeyUp

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

Source from the content-addressed store, hash-verified

29bool Scene::OnBackKeyPressed() { return false; }
30void Scene::OnKeyDown(int) {}
31void Scene::OnKeyUp(int) {}
32void Scene::OnJoy(float, float) {}
33void Scene::OnScreenResized(int, int) {}
34void Scene::OnPause() {}

Callers 1

_cooked_event_callbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected