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

Method waitKey

CvPlot/inc/CvPlot/gui/Window.h:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96inline
97int Window::waitKey(int delay){
98 return waitKey({ this }, delay);
99}
100
101inline
102int Window::waitKey(const std::vector<Window*> &windows, int delay) {

Callers 3

examples_core.cppFile · 0.80
examples_gui.cppFile · 0.80
showFunction · 0.80

Calls 4

validMethod · 0.80
updateSizeMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected