MCPcopy Create free account
hub / github.com/WallBreaker2/op / dik_code

Function dik_code

libop/hook/InputHook.cpp:830–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830BYTE dik_code(WPARAM vk) {
831 return key_message::DirectInputScanCode(static_cast<UINT>(vk));
832}
833
834LPARAM make_key_lparam(WPARAM vk, bool up) {
835 return key_message::BuildKeyLParam(static_cast<UINT>(vk), up);

Callers 1

updateKeyMethod · 0.85

Calls 1

DirectInputScanCodeFunction · 0.85

Tested by

no test coverage detected