Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cafali/SnapKey
/ isSimulatedKeyEvent
Function
isSimulatedKeyEvent
SnapKey.cpp:199–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
bool isSimulatedKeyEvent(DWORD flags) { return flags & 0x10; }
200
201
void SendKey(int targetKey, bool keyDown) {
202
INPUT input = {0};
Callers
1
KeyboardProc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected