OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onlyalt
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/samples/winrt/ImageManipulations/common/
LayoutAwarePage.cpp
204
bool
onlyAlt
= menuKey && !controlKey && !shiftKey;
207
(virtualKey == VirtualKey::Left &&
onlyAlt
))
214
(virtualKey == VirtualKey::Right &&
onlyAlt
))
Completed in 2921 milliseconds