|
@ -15,6 +15,7 @@ public: |
|
|
|
|
|
|
|
|
void keyPressed(int key); |
|
|
void keyPressed(int key); |
|
|
void keyReleased(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); |
|
|