MCPcopy Create free account
hub / github.com/degeneratehyperbola/NEPS / virtualKeyToString

Method virtualKeyToString

NEPS/SDK/InputSystem.h:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 auto virtualKeyToString(int virtualKey) noexcept
22 {
23 return buttonCodeToString(virtualKeyToButtonCode(virtualKey));
24 }
25};

Callers 2

wndProcFunction · 0.80
keyBindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected