Searched refs:CV_EVENT_RBUTTONUP (Results 1 – 6 of 6) sorted by relevance
177 CV_EVENT_RBUTTONUP =5, enumerator
117 #define CV_EVENT_RBUTTONUP 5 in LOAD_CHDL() macro
372 {CV_EVENT_LBUTTONUP, CV_EVENT_RBUTTONUP, CV_EVENT_MBUTTONUP}, //mouse_up
707 …if([event type] == NSRightMouseUp) {[self cvSendMouseEvent:event type:CV_EVENT_RBUTTONUP flags:f…
1882 event_button->button == 3 ? CV_EVENT_RBUTTONUP : 0; in icvOnMouse()
1594 uMsg == WM_RBUTTONUP ? CV_EVENT_RBUTTONUP : in HighGUIProc()