McRogueFace/src/scripts
John McCardle 52a655399e refactor: Rename click property to on_click (closes #139)
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>
2025-11-27 22:31:53 -05:00
..
cos_entities.py Crypt of Sokoban - update mcrfpy API usage to recent changes 2025-11-27 07:43:03 -05:00
cos_itemdata.py Final day of changes for 7DRL 2025 - Crypt of Sokoban game code 2025-03-12 22:42:26 -04:00
cos_level.py Crypt of Sokoban - update mcrfpy API usage to recent changes 2025-11-27 07:43:03 -05:00
cos_tiles.py Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
example_text_widgets.py Squashed commit of 53 Commits: [alpha_streamline_2] 2025-07-09 22:41:15 -04:00
game.py refactor: Rename click property to on_click (closes #139) 2025-11-27 22:31:53 -05:00
geometry.py feat: Add geometry module for orbital mechanics and spatial calculations 2025-11-26 00:26:14 -05:00
mcrf_venv.py feat: Add self-contained venv support for pip packages (closes #137) 2025-11-26 22:01:09 -05:00
simple_tiles.txt Whoops, never committed the tile config 2025-03-08 20:31:34 -05:00
text_input_widget_improved.py refactor: Rename click property to on_click (closes #139) 2025-11-27 22:31:53 -05:00