Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
wndProc
Function · 0.80
keyBind
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected