Searched refs:CV_EVENT_MOUSEMOVE (Results 1 – 8 of 8) sorted by relevance
375 {CV_EVENT_MOUSEMOVE, CV_EVENT_MOUSEMOVE, CV_EVENT_MOUSEMOVE} //mouse_move
710 …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…
2669 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()
992 event = CV_EVENT_MOUSEMOVE; in windowEventHandler()
1858 cv_event = CV_EVENT_MOUSEMOVE; in icvOnMouse()
1599 CV_EVENT_MOUSEMOVE; in HighGUIProc()
172 CV_EVENT_MOUSEMOVE =0, enumerator
112 #define CV_EVENT_MOUSEMOVE 0 in LOAD_CHDL() macro