mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
add Write function to the Window.cursurVisible property
This commit is contained in:
parent
de3afa0637
commit
27147fde2a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class WindowScriptingInterface : public QObject {
|
|||
Q_PROPERTY(int innerHeight READ getInnerHeight)
|
||||
Q_PROPERTY(int x READ getX)
|
||||
Q_PROPERTY(int y READ getY)
|
||||
Q_PROPERTY(bool cursorVisible READ isCursorVisible)
|
||||
Q_PROPERTY(bool cursorVisible READ isCursorVisible WRITE setCursorVisible)
|
||||
public:
|
||||
static WindowScriptingInterface* getInstance();
|
||||
int getInnerWidth();
|
||||
|
|
Loading…
Reference in a new issue