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

Method OnPointerMove

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

Source from the content-addressed store, hash-verified

26void Scene::OnPointerDown(int, const struct PointerCoords*) {}
27void Scene::OnPointerUp(int, const struct PointerCoords*) {}
28void Scene::OnPointerMove(int, const struct PointerCoords*) {}
29bool Scene::OnBackKeyPressed() { return false; }
30void Scene::OnKeyDown(int) {}
31void Scene::OnKeyUp(int) {}

Callers 1

_cooked_event_callbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected