mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
AbstractControllerScriptingInterface matches ControllerScriptingInterface
This commit is contained in:
parent
e36891fdf2
commit
49fcd302f4
1 changed files with 3 additions and 3 deletions
|
@ -89,9 +89,9 @@ signals:
|
|||
void keyPressEvent(const KeyEvent& event);
|
||||
void keyReleaseEvent(const KeyEvent& event);
|
||||
|
||||
void mouseMoveEvent(const MouseEvent& event);
|
||||
void mousePressEvent(const MouseEvent& event);
|
||||
void mouseReleaseEvent(const MouseEvent& event);
|
||||
void mouseMoveEvent(const MouseEvent& event, unsigned int deviceID = 0);
|
||||
void mousePressEvent(const MouseEvent& event, unsigned int deviceID = 0);
|
||||
void mouseReleaseEvent(const MouseEvent& event, unsigned int deviceID = 0);
|
||||
|
||||
void touchBeginEvent(const TouchEvent& event);
|
||||
void touchEndEvent(const TouchEvent& event);
|
||||
|
|
Loading…
Reference in a new issue