Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h181 CV_EVENT_MBUTTONDBLCLK =9, enumerator
/external/opencv/otherlibs/highgui/
Dhighgui.h121 #define CV_EVENT_MBUTTONDBLCLK 9 in LOAD_CHDL() macro
/external/opencv3/modules/highgui/src/
Dwindow_QT.h374 {CV_EVENT_LBUTTONDBLCLK, CV_EVENT_RBUTTONDBLCLK, CV_EVENT_MBUTTONDBLCLK}, //mouse_dbclick
Dwindow_gtk.cpp1887 event_button->button == 2 ? CV_EVENT_MBUTTONDBLCLK : in icvOnMouse()
Dwindow_w32.cpp1598 uMsg == WM_MBUTTONDBLCLK ? CV_EVENT_MBUTTONDBLCLK : in HighGUIProc()