diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-04-24 22:32:17 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-04-24 22:32:17 +0100 |
| commit | c0e32ef7278e108614186ff51f8e4260313a0e9e (patch) | |
| tree | 7777c8f98da5f204e56b938d7ba1740994ae6850 /gui/src/ofApp.h | |
| parent | 82f4504bb849a60a74df906064a426b1c5759f09 (diff) | |
bugfix
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 ); |
