Home
last modified time | relevance | path

Searched defs:hasShift (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/widgets/
Dhotkey_glyphs.ts36 const hasShift = modifier.includes('Shift'); constant
/external/v4l-utils/utils/qvidcap/
Dcapture.cpp551 const __u32 values[], bool hasShift, bool hasCtrl) in cycleMenu()
580 bool hasShift = event->modifiers() & Qt::ShiftModifier; in keyPressEvent() local