Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h173 CV_EVENT_LBUTTONDOWN =1, enumerator
/external/opencv/otherlibs/highgui/
Dhighgui.h113 #define CV_EVENT_LBUTTONDOWN 1 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.cpp1874 cv_event = event_button->button == 1 ? CV_EVENT_LBUTTONDOWN : in icvOnMouse()
Dwindow_cocoa.mm704 …if([event type] == NSLeftMouseDown) {[self cvSendMouseEvent:event type:CV_EVENT_LBUTTONDOWN flags:…
Dwindow_w32.cpp1590 int event = uMsg == WM_LBUTTONDOWN ? CV_EVENT_LBUTTONDOWN : in HighGUIProc()