Breaking change: callback property standardized to on_* pattern. - `drawable.click` → `drawable.on_click` Updated all C++ bindings (8 files) and Python test usages. Note: src/scripts changes tracked separately (in .gitignore). This establishes the naming pattern for future callbacks: on_click, on_enter, on_exit, on_move, on_key, etc. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cos_entities.py | ||
| cos_itemdata.py | ||
| cos_level.py | ||
| cos_tiles.py | ||
| example_text_widgets.py | ||
| game.py | ||
| geometry.py | ||
| mcrf_venv.py | ||
| simple_tiles.txt | ||
| text_input_widget_improved.py | ||