Searched refs:CV_EVENT_RBUTTONDOWN (Results 1 – 6 of 6) sorted by relevance
174 CV_EVENT_RBUTTONDOWN =2, enumerator
114 #define CV_EVENT_RBUTTONDOWN 2 in LOAD_CHDL() macro
373 {CV_EVENT_LBUTTONDOWN, CV_EVENT_RBUTTONDOWN, CV_EVENT_MBUTTONDOWN}, //mouse_down
1876 event_button->button == 3 ? CV_EVENT_RBUTTONDOWN : 0; in icvOnMouse()
706 …if([event type] == NSRightMouseDown){[self cvSendMouseEvent:event type:CV_EVENT_RBUTTONDOWN flags:…
1591 uMsg == WM_RBUTTONDOWN ? CV_EVENT_RBUTTONDOWN : in HighGUIProc()