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 5c5d084 commit 1508fdeCopy full SHA for 1508fde
sample_template/application.hpp
@@ -8,6 +8,7 @@
8
9
bool onButtonClicked(cv::Rect onButtonPlace, int x, int y);
10
bool offButtonClicked(cv::Rect offButtonPlace, int x, int y);
11
+void onButtonsOnOffClick(int eventId, int x, int y, int flags, void *userData);
12
13
class Application
14
{
0 commit comments