Searched refs:downState (Results 1 – 5 of 5) sorted by relevance
199 auto downState = Windows::UI::Core::CoreVirtualKeyStates::Down; variable200 bool menuKey = (coreWindow->GetKeyState(VirtualKey::Menu) & downState) == downState;201 bool controlKey = (coreWindow->GetKeyState(VirtualKey::Control) & downState) == downState;202 bool shiftKey = (coreWindow->GetKeyState(VirtualKey::Shift) & downState) == downState;
27 int32_t downState[8]; member
630 state->downState[k] = 0; in WebRtcAgc_InitVad()662 WebRtcSpl_DownsampleBy2(buf1, 8, buf2, state->downState); in WebRtcAgc_ProcessVad()665 WebRtcSpl_DownsampleBy2(in, 8, buf2, state->downState); in WebRtcAgc_ProcessVad()
1961 shouldTap: function(e, downState) { argument1965 tap = (e.buttons ^ 1) && (downState.buttons & 1);