Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JibbSmart/JoyShockMapper
/ KeyCode
Method
KeyCode
JoyShockMapper/include/JoyShockMapper.h:208–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
string name;
207
208
inline KeyCode()
209
: code()
210
, name()
211
{}
212
213
inline KeyCode(in_string keyName)
214
: code(nameToKey(keyName))
Callers
nothing calls this directly
Calls
1
nameToKey
Function · 0.50
Tested by
no test coverage detected