MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ToggleMenu

Function ToggleMenu

LibLemon/src/shell/shell.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void ToggleMenu(Endpoint& client){
31 client.Queue(Message(Lemon::Shell::LemonShellToggleMenu));
32 }
33
34 void ToggleMenu(){
35 return;

Callers 1

KeyUpdateMethod · 0.85

Calls 2

MessageClass · 0.50
QueueMethod · 0.45

Tested by

no test coverage detected