Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ getMenuKeySymbolCount
Method
getMenuKeySymbolCount
java/com/tigervnc/vncviewer/MenuKey.java:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
};
69
70
static
int
getMenuKeySymbolCount() {
71
return
menuSymbols.length;
72
}
73
74
public
static
MenuKeySymbol[] getMenuKeySymbols() {
75
return
menuSymbols;
Callers
5
createInputPanel
Method · 0.95
getMenuKeyValueStr
Method · 0.95
getMenuKeyJavaCode
Method · 0.95
getMenuKeyCode
Method · 0.95
getMenuKeySym
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected