OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_EVENT_FLAG_RBUTTON
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h
189
CV_EVENT_FLAG_RBUTTON
=2,
/external/opencv/otherlibs/highgui/
highgui.h
124
#define
CV_EVENT_FLAG_RBUTTON
2
/external/opencv3/modules/highgui/src/
window_cocoa.mm
706
if([event type] == NSRightMouseDown){[self cvSendMouseEvent:event type:CV_EVENT_RBUTTONDOWN flags:flags |
CV_EVENT_FLAG_RBUTTON
];}
707
if([event type] == NSRightMouseUp) {[self cvSendMouseEvent:event type:CV_EVENT_RBUTTONUP flags:flags |
CV_EVENT_FLAG_RBUTTON
];}
712
if([event type] == NSRightMouseDragged) {[self cvSendMouseEvent:event type:CV_EVENT_MOUSEMOVE flags:flags |
CV_EVENT_FLAG_RBUTTON
];}
window_carbon.cpp
1007
flags +=
CV_EVENT_FLAG_RBUTTON
;
1014
flags +=
CV_EVENT_FLAG_RBUTTON
;
window_QT.cpp
[
all
...]
window_w32.cpp
[
all
...]
window_gtk.cpp
[
all
...]
Completed in 68 milliseconds