Skip to content

Commit 1508fde

Browse files
Linux bug fixes.
1 parent 5c5d084 commit 1508fde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sample_template/application.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
bool onButtonClicked(cv::Rect onButtonPlace, int x, int y);
1010
bool offButtonClicked(cv::Rect offButtonPlace, int x, int y);
11+
void onButtonsOnOffClick(int eventId, int x, int y, int flags, void *userData);
1112

1213
class Application
1314
{

0 commit comments

Comments
 (0)