MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / getContextMenuMode

Function getContextMenuMode

context_menu.c:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28static ContextMenu *cur_ctx = NULL;
29
30int getContextMenuMode() {
31 return ctx_menu_mode;
32}
33
34void setContextMenu(ContextMenu *ctx) {
35 cur_ctx = ctx;

Callers 3

textViewerFunction · 0.85
fileBrowserMenuCtrlFunction · 0.85
browserMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected