Searched defs:ctrl (Results 1 – 2 of 2) sorted by relevance
35 CWnd* ctrl = GetDlgItem(id); in BEGIN_MESSAGE_MAP() local
2317 int Editor::ModifierFlags(bool shift, bool ctrl, bool alt, bool meta, bool super) noexcept { in ModifierFlags()2446 const bool ctrl = (modifiers & SCI_CTRL) != 0; in NotifyMarginClick() local4526 const bool ctrl = (modifiers & SCI_CTRL) != 0; in ButtonDownWithModifiers() local