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

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

Completed in 39 milliseconds