Home
last modified time | relevance | path

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

/dports/science/py-dlib/dlib-19.22/tools/python/src/
H A Dgui.cpp149 if (state&base_window::KBD_MOD_META) mods.append(base_window::KBD_MOD_META); in get_next_keypress()
401 .value("KBD_MOD_META", base_window::KBD_MOD_META) in bind_gui()
/dports/science/dlib-cpp/dlib-19.22/tools/python/src/
H A Dgui.cpp149 if (state&base_window::KBD_MOD_META) mods.append(base_window::KBD_MOD_META); in get_next_keypress()
401 .value("KBD_MOD_META", base_window::KBD_MOD_META) in bind_gui()
/dports/science/py-dlib/dlib-19.22/dlib/gui_core/
H A Dgui_core_kernel_abstract.h249 KBD_MOD_META = 8, enumerator
H A Dgui_core_kernel_2.h180 KBD_MOD_META = 8,
H A Dgui_core_kernel_1.h290 KBD_MOD_META = 8,
H A Dgui_core_kernel_2.cpp782 state |= base_window::KBD_MOD_META; in event_handler()
/dports/science/dlib-cpp/dlib-19.22/dlib/gui_core/
H A Dgui_core_kernel_abstract.h249 KBD_MOD_META = 8, enumerator
H A Dgui_core_kernel_2.h180 KBD_MOD_META = 8,
H A Dgui_core_kernel_1.h290 KBD_MOD_META = 8,
H A Dgui_core_kernel_2.cpp782 state |= base_window::KBD_MOD_META; in event_handler()
/dports/science/py-dlib/dlib-19.22/dlib/test/gui/
H A Dmain.cpp182 if (state&base_window::KBD_MOD_META) in on_keydown()
/dports/science/dlib-cpp/dlib-19.22/dlib/test/gui/
H A Dmain.cpp182 if (state&base_window::KBD_MOD_META) in on_keydown()