From c0e32ef7278e108614186ff51f8e4260313a0e9e Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 24 Apr 2018 22:32:17 +0100 Subject: bugfix --- gui/src/ofApp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/src/ofApp.h') diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index 7224b96..a7d1c06 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -103,6 +103,10 @@ class ofApp : public ofBaseApp, public ofxMidiListener{ void guiWindowResized(ofResizeEventArgs &resizeargs); void guiDragEvent(ofDragInfo &dragInfo); + void guiMouseDragged(ofMouseEventArgs &args); + void guiMousePressed(ofMouseEventArgs &args); + void guiMouseReleased(ofMouseEventArgs &args); + void keyPressed(ofKeyEventArgs &keyargs); void keyReleased(int key); void mouseMoved(int x, int y ); -- cgit v1.2.3