diff --git a/example_remote-client/src/ofApp.h b/example_remote-client/src/ofApp.h index 702152a..df387f4 100644 --- a/example_remote-client/src/ofApp.h +++ b/example_remote-client/src/ofApp.h @@ -15,6 +15,7 @@ public: void keyPressed(int key); void keyReleased(int key); + void mousePressed(int x, int y, int button); void mouseReleased(int x, int y, int button); void mouseDragged(int x, int y, int button);