Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deskflow/deskflow
/ mapKeyButtonToVirtualKey
Method
mapKeyButtonToVirtualKey
src/lib/platform/OSXKeyState.cpp:916–919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
914
}
915
916
uint32_t OSXKeyState::mapKeyButtonToVirtualKey(KeyButton keyButton)
917
{
918
return static_cast<uint32_t>(keyButton - KeyButtonOffset);
919
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected