emove register_keyboard(callable) from scene - all callbacks are standard attributes now. on_resize now returns a vector
This commit is contained in:
parent
9a241c99d7
commit
09fa4f4665
4 changed files with 27 additions and 47 deletions
|
|
@ -79,7 +79,7 @@ public:
|
|||
// Scene lifecycle management for Python Scene objects
|
||||
static void triggerSceneChange(const std::string& from_scene, const std::string& to_scene);
|
||||
static void updatePythonScenes(float dt);
|
||||
static void triggerResize(int width, int height);
|
||||
static void triggerResize(sf::Vector2u new_size);
|
||||
static void triggerKeyEvent(const std::string& key, const std::string& action);
|
||||
|
||||
// #151: Module-level scene property accessors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue