mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 02:48:12 +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 innerHeight READ getInnerHeight)
|
||||||
Q_PROPERTY(int x READ getX)
|
Q_PROPERTY(int x READ getX)
|
||||||
Q_PROPERTY(int y READ getY)
|
Q_PROPERTY(int y READ getY)
|
||||||
Q_PROPERTY(bool cursorVisible READ isCursorVisible)
|
Q_PROPERTY(bool cursorVisible READ isCursorVisible WRITE setCursorVisible)
|
||||||
public:
|
public:
|
||||||
static WindowScriptingInterface* getInstance();
|
static WindowScriptingInterface* getInstance();
|
||||||
int getInnerWidth();
|
int getInnerWidth();
|
||||||
|
|
Loading…
Reference in a new issue