MCPcopy Create free account
hub / github.com/crownengine/crown / on_app_cmd

Method on_app_cmd

src/device/main_android.cpp:904–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902 }
903
904 static void on_app_cmd(struct android_app *app, s32 cmd)
905 {
906 static_cast<AndroidDevice *>(app->userData)->process_command(app, cmd);
907 }
908};
909
910static AndroidDevice *s_android_device;

Callers

nothing calls this directly

Calls 1

process_commandMethod · 0.80

Tested by

no test coverage detected