OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_EVENT_MOUSEMOVE
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/modules/highgui/src/
window_QT.h
375
{
CV_EVENT_MOUSEMOVE
,
CV_EVENT_MOUSEMOVE
,
CV_EVENT_MOUSEMOVE
} //mouse_move
window_cocoa.mm
710
if([event type] == NSMouseMoved) {[self cvSendMouseEvent:event type:
CV_EVENT_MOUSEMOVE
flags:flags];}
711
if([event type] == NSLeftMouseDragged) {[self cvSendMouseEvent:event type:
CV_EVENT_MOUSEMOVE
flags:flags | CV_EVENT_FLAG_LBUTTON];}
712
if([event type] == NSRightMouseDragged) {[self cvSendMouseEvent:event type:
CV_EVENT_MOUSEMOVE
flags:flags | CV_EVENT_FLAG_RBUTTON];}
713
if([event type] == NSOtherMouseDragged) {[self cvSendMouseEvent:event type:
CV_EVENT_MOUSEMOVE
flags:flags | CV_EVENT_FLAG_MBUTTON];}
window_QT.cpp
[
all
...]
window_carbon.cpp
992
event =
CV_EVENT_MOUSEMOVE
;
window_gtk.cpp
[
all
...]
window_w32.cpp
[
all
...]
/external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h
172
CV_EVENT_MOUSEMOVE
=0,
/external/opencv/otherlibs/highgui/
highgui.h
112
#define
CV_EVENT_MOUSEMOVE
0
Completed in 555 milliseconds