Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h174 CV_EVENT_RBUTTONDOWN =2, enumerator
/external/opencv/otherlibs/highgui/
Dhighgui.h114 #define CV_EVENT_RBUTTONDOWN 2 in LOAD_CHDL() macro
/external/opencv3/modules/highgui/src/
Dwindow_QT.h373 {CV_EVENT_LBUTTONDOWN, CV_EVENT_RBUTTONDOWN, CV_EVENT_MBUTTONDOWN}, //mouse_down
Dwindow_gtk.cpp1876 event_button->button == 3 ? CV_EVENT_RBUTTONDOWN : 0; in icvOnMouse()
Dwindow_cocoa.mm706 …if([event type] == NSRightMouseDown){[self cvSendMouseEvent:event type:CV_EVENT_RBUTTONDOWN flags:…
Dwindow_w32.cpp1591 uMsg == WM_RBUTTONDOWN ? CV_EVENT_RBUTTONDOWN : in HighGUIProc()