MCPcopy 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
199bool isSimulatedKeyEvent(DWORD flags) { return flags & 0x10; }
200
201void SendKey(int targetKey, bool keyDown) {
202 INPUT input = {0};

Callers 1

KeyboardProcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected