Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aegel5/SimpleSwitcher
/ curKeyVal
Method
curKeyVal
src/libtools/utils/ScanMap.h:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
return curElemSrc().second;
18
}
19
TKeyCode curKeyVal()
20
{
21
return curElemDst().second;
22
}
23
std::pair<WORD, TKeyCode> curElemSrc()
24
{
25
WORD src = HIWORD(curDWORD());
Callers
1
GetRemapedKey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected