OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_EVENT_RBUTTONDOWN
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h
174
CV_EVENT_RBUTTONDOWN
=2,
/external/opencv/otherlibs/highgui/
highgui.h
114
#define
CV_EVENT_RBUTTONDOWN
2
/external/opencv3/modules/highgui/src/
window_QT.h
373
{CV_EVENT_LBUTTONDOWN,
CV_EVENT_RBUTTONDOWN
, CV_EVENT_MBUTTONDOWN}, //mouse_down
window_cocoa.mm
706
if([event type] == NSRightMouseDown){[self cvSendMouseEvent:event type:
CV_EVENT_RBUTTONDOWN
flags:flags | CV_EVENT_FLAG_RBUTTON];}
window_gtk.cpp
[
all
...]
window_w32.cpp
[
all
...]
Completed in 50 milliseconds