|
@ -13,6 +13,9 @@ class ofApp : public ofBaseApp { |
|
|
void update(); |
|
|
void update(); |
|
|
void draw(); |
|
|
void draw(); |
|
|
|
|
|
|
|
|
|
|
|
void keyPressed(int key); |
|
|
|
|
|
void keyReleased(int key); |
|
|
|
|
|
|
|
|
void mousePressed(int x, int y, int button); |
|
|
void mousePressed(int x, int y, int button); |
|
|
void mouseReleased(int x, int y, int button); |
|
|
void mouseReleased(int x, int y, int button); |
|
|
void mouseDragged(int x, int y, int button); |
|
|
void mouseDragged(int x, int y, int button); |
|
|