Declare new member functions
This commit is contained in:
parent
b2d2ec2e16
commit
d1d9fb8881
1 changed files with 2 additions and 0 deletions
|
@ -245,6 +245,8 @@ public:
|
||||||
*/
|
*/
|
||||||
virtual void doMouseMotion (int x, int y);
|
virtual void doMouseMotion (int x, int y);
|
||||||
|
|
||||||
|
void bind ();
|
||||||
|
void unbind ();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Constants
|
// Constants
|
||||||
|
|
Loading…
Reference in a new issue