Home
last modified time | relevance | path

Searched refs:menuKey (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/common/
DLayoutAwarePage.cpp200 bool menuKey = (coreWindow->GetKeyState(VirtualKey::Menu) & downState) == downState; variable
203 bool noModifiers = !menuKey && !controlKey && !shiftKey;
204 bool onlyAlt = menuKey && !controlKey && !shiftKey;