Files
nunuhara_xsystem4/include
kichikuou 1655c8a8e0 PartsEngine: Implement pass_cursor flag
This implements SetPassCursor/GetPartsPassCursor HLL functions. The
pass_cursor flag controls whether the cursor "passes through" a
component to reach parts behind it.

Key changes to input processing:
- Iteration order changed from back-to-front to front-to-back for proper
  cursor consumption
- MOUSE_ENTER / MOUSE_LEAVE now fire for all parts regardless of
  clickable
- Click hit test uses clickable || !pass_cursor pre-filter
- pass_cursor=false parts consume the cursor, preventing hover and
  click events from reaching parts behind them
2026-04-19 09:42:20 +09:00
..
2026-02-24 08:38:45 +09:00
2023-06-11 15:06:44 +09:00
2023-05-26 08:44:36 -07:00
2025-03-23 08:22:16 +09:00
2025-09-06 16:30:18 -07:00
2024-05-31 13:36:29 +09:00
2025-08-23 07:08:40 +09:00
2023-05-26 08:44:36 -07:00
2024-08-11 07:18:19 +09:00
2023-04-29 10:32:50 -07:00
2019-12-31 17:50:40 -08:00
2025-06-21 16:55:24 +09:00
2023-05-26 08:44:36 -07:00
2025-09-09 09:19:38 +09:00
2023-07-09 17:05:25 +09:00