Home
last modified time | relevance | path

Searched refs:ctrlAlt (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_window_win.cc808 constexpr auto ctrlAlt = (2 | 4); in OnKeyEvent() local
809 if (((scan_res >> 8) & ctrlAlt) == ctrlAlt) { // ctrl-alt pressed in OnKeyEvent()