Searched refs:EVENT_MOUSEMOVE (Results 1 – 7 of 7) sorted by relevance
62 elif event == cv2.EVENT_MOUSEMOVE:87 elif event == cv2.EVENT_MOUSEMOVE:
35 else if( event == EVENT_MOUSEMOVE && (flags & EVENT_FLAG_LBUTTON) ) in onMouse()
37 else if( event == EVENT_MOUSEMOVE && (flags & EVENT_FLAG_LBUTTON) ) in onMouse()
225 case EVENT_MOUSEMOVE: in mouseClick()
53 if((event == EVENT_MOUSEMOVE) && start_draw) in on_mouse()
153 enum { EVENT_MOUSEMOVE = 0, enumerator
73 elif event == cv2.EVENT_MOUSEMOVE: