We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb951a commit 5c5d084Copy full SHA for 5c5d084
sample_template/application.hpp
@@ -6,6 +6,9 @@
6
7
#include "processing.hpp"
8
9
+bool onButtonClicked(cv::Rect onButtonPlace, int x, int y);
10
+bool offButtonClicked(cv::Rect offButtonPlace, int x, int y);
11
+
12
class Application
13
{
14
public:
0 commit comments