Searched defs:shift (Results 1 – 1 of 1) sorted by relevance
2317 int Editor::ModifierFlags(bool shift, bool ctrl, bool alt, bool meta, bool super) noexcept { in ModifierFlags()2447 const bool shift = (modifiers & SCI_SHIFT) != 0; in NotifyMarginClick() local4527 const bool shift = (modifiers & SCI_SHIFT) != 0; in ButtonDownWithModifiers() local