Home
last modified time | relevance | path

Searched refs:CV_EVENT_MOUSEMOVE (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/highgui/src/
Dwindow_QT.h375 {CV_EVENT_MOUSEMOVE, CV_EVENT_MOUSEMOVE, CV_EVENT_MOUSEMOVE} //mouse_move
Dwindow_cocoa.mm710 …if([event type] == NSMouseMoved) {[self cvSendMouseEvent:event type:CV_EVENT_MOUSEMOVE flags:fla…
711 …if([event type] == NSLeftMouseDragged) {[self cvSendMouseEvent:event type:CV_EVENT_MOUSEMOVE fla…
712 …if([event type] == NSRightMouseDragged) {[self cvSendMouseEvent:event type:CV_EVENT_MOUSEMOVE fl…
713 …if([event type] == NSOtherMouseDragged) {[self cvSendMouseEvent:event type:CV_EVENT_MOUSEMOVE fl…
Dwindow_QT.cpp2669 int cv_event = CV_EVENT_MOUSEMOVE, flags = 0; in mouseMoveEvent()
2847 cv_event = CV_EVENT_MOUSEMOVE; in icvmouseHandler()
3204 int cv_event = CV_EVENT_MOUSEMOVE, flags = 0; in mouseMoveEvent()
3234 cv_event = CV_EVENT_MOUSEMOVE; in icvmouseHandler()
Dwindow_carbon.cpp992 event = CV_EVENT_MOUSEMOVE; in windowEventHandler()
Dwindow_gtk.cpp1858 cv_event = CV_EVENT_MOUSEMOVE; in icvOnMouse()
Dwindow_w32.cpp1599 CV_EVENT_MOUSEMOVE; in HighGUIProc()
/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h172 CV_EVENT_MOUSEMOVE =0, enumerator
/external/opencv/otherlibs/highgui/
Dhighgui.h112 #define CV_EVENT_MOUSEMOVE 0 in LOAD_CHDL() macro