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

Method GetKeyState

libop/com/OpAutomation.cpp:709–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709STDMETHODIMP OpAutomation::GetKeyState(LONG vk_code, LONG *ret) {
710 obj.GetKeyState(vk_code, ret);
711
712 return S_OK;
713}
714
715STDMETHODIMP OpAutomation::KeyDown(LONG vk_code, LONG *ret) {
716 obj.KeyDown(vk_code, ret);

Callers 1

OpGetKeyStateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected