MCPcopy Create free account
hub / github.com/Profactor/cv-plot / event

Method event

CvPlot/inc/CvPlot/gui/MouseEvent.h:34–36  ·  view source on GitHub ↗

event type (see cv::setMouseCallback documentation)

Source from the content-addressed store, hash-verified

32 }
33 //event type (see cv::setMouseCallback documentation)
34 int event()const {
35 return _event;
36 }
37 int x()const {
38 return _x;
39 }

Callers 1

mouseEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected