MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / set

Method set

src/libtools/utils/ScanMap.h:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 return index - 3;
41 }
42 void set(TKeyCode src, TKeyCode val)
43 {
44 parent->DWORDI(index) = BufScanMap::PackToDWORD(src, val);
45 }
46 void set_sc(WORD src, WORD dst)
47 {
48 DWORD dw = MAKELONG(dst, src);

Callers 2

PutRemapKeyMethod · 0.80
GetSpanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected