Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h177 CV_EVENT_RBUTTONUP =5, enumerator
/external/opencv/otherlibs/highgui/
Dhighgui.h117 #define CV_EVENT_RBUTTONUP 5 in LOAD_CHDL() macro
/external/opencv3/modules/highgui/src/
Dwindow_QT.h372 {CV_EVENT_LBUTTONUP, CV_EVENT_RBUTTONUP, CV_EVENT_MBUTTONUP}, //mouse_up
Dwindow_cocoa.mm707 …if([event type] == NSRightMouseUp) {[self cvSendMouseEvent:event type:CV_EVENT_RBUTTONUP flags:f…
Dwindow_gtk.cpp1882 event_button->button == 3 ? CV_EVENT_RBUTTONUP : 0; in icvOnMouse()
Dwindow_w32.cpp1594 uMsg == WM_RBUTTONUP ? CV_EVENT_RBUTTONUP : in HighGUIProc()