Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h178 CV_EVENT_MBUTTONUP =6, enumerator
/external/opencv/otherlibs/highgui/
Dhighgui.h118 #define CV_EVENT_MBUTTONUP 6 in LOAD_CHDL() macro
/external/opencv3/modules/highgui/src/
Dwindow_QT.h372 {CV_EVENT_LBUTTONUP, CV_EVENT_RBUTTONUP, CV_EVENT_MBUTTONUP}, //mouse_up
Dwindow_gtk.cpp1881 event_button->button == 2 ? CV_EVENT_MBUTTONUP : in icvOnMouse()
Dwindow_cocoa.mm709 …if([event type] == NSOtherMouseUp) {[self cvSendMouseEvent:event type:CV_EVENT_MBUTTONUP flags:f…
Dwindow_w32.cpp1595 uMsg == WM_MBUTTONUP ? CV_EVENT_MBUTTONUP : in HighGUIProc()