Window scaling functionality
This commit is contained in:
parent
8e1552eec5
commit
5ada446360
5 changed files with 34 additions and 4 deletions
|
|
@ -80,6 +80,7 @@ public:
|
|||
static PyObject* _delTimer(PyObject*, PyObject*);
|
||||
|
||||
static PyObject* _exit(PyObject*, PyObject*);
|
||||
static PyObject* _setScale(PyObject*, PyObject*);
|
||||
|
||||
// accept keyboard input from scene
|
||||
static sf::Vector2i cursor_position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue