Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h175 CV_EVENT_MBUTTONDOWN =3, enumerator
/external/opencv/otherlibs/highgui/
Dhighgui.h115 #define CV_EVENT_MBUTTONDOWN 3 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.cpp1875 event_button->button == 2 ? CV_EVENT_MBUTTONDOWN : in icvOnMouse()
Dwindow_cocoa.mm708 …if([event type] == NSOtherMouseDown){[self cvSendMouseEvent:event type:CV_EVENT_MBUTTONDOWN flags:…
Dwindow_w32.cpp1592 uMsg == WM_MBUTTONDOWN ? CV_EVENT_MBUTTONDOWN : in HighGUIProc()