emove register_keyboard(callable) from scene - all callbacks are standard attributes now. on_resize now returns a vector

This commit is contained in:
John McCardle 2026-01-17 23:37:56 -05:00
commit 09fa4f4665
4 changed files with 27 additions and 47 deletions

View file

@ -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