Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DFontDialogEx.cpp35 CWnd* ctrl = GetDlgItem(id); in BEGIN_MESSAGE_MAP() local
/MusicPlayer2/scintilla/src/
H A DEditor.cxx2317 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() local
4526 const bool ctrl = (modifiers & SCI_CTRL) != 0; in ButtonDownWithModifiers() local