OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_EVENT_FLAG_LBUTTON
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h
188
CV_EVENT_FLAG_LBUTTON
=1,
/external/opencv/otherlibs/highgui/
highgui.h
123
#define
CV_EVENT_FLAG_LBUTTON
1
/external/opencv3/modules/highgui/src/
window_cocoa.mm
704
if([event type] == NSLeftMouseDown) {[self cvSendMouseEvent:event type:CV_EVENT_LBUTTONDOWN flags:flags |
CV_EVENT_FLAG_LBUTTON
];}
705
if([event type] == NSLeftMouseUp) {[self cvSendMouseEvent:event type:CV_EVENT_LBUTTONUP flags:flags |
CV_EVENT_FLAG_LBUTTON
];}
711
if([event type] == NSLeftMouseDragged) {[self cvSendMouseEvent:event type:CV_EVENT_MOUSEMOVE flags:flags |
CV_EVENT_FLAG_LBUTTON
];}
window_QT.cpp
[
all
...]
window_carbon.cpp
1010
flags +=
CV_EVENT_FLAG_LBUTTON
;
window_w32.cpp
[
all
...]
window_gtk.cpp
[
all
...]
Completed in 82 milliseconds