Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h176 CV_EVENT_LBUTTONUP =4, enumerator
/external/opencv/otherlibs/highgui/
Dhighgui.h116 #define CV_EVENT_LBUTTONUP 4 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.cpp1880 cv_event = event_button->button == 1 ? CV_EVENT_LBUTTONUP : in icvOnMouse()
Dwindow_cocoa.mm705 …if([event type] == NSLeftMouseUp) {[self cvSendMouseEvent:event type:CV_EVENT_LBUTTONUP flags:fl…
Dwindow_w32.cpp1593 uMsg == WM_LBUTTONUP ? CV_EVENT_LBUTTONUP : in HighGUIProc()