Fixed: Consume Mouse Scroll Input Over Panels
Fixed UMG panels (e.g., Amenities Panel and Info Panel) that failed to consume mouse scroll events. Unintended camera zoom over these panels is now prevented.
Fixed UMG panels (e.g., Amenities Panel and Info Panel) that failed to consume mouse scroll events. Unintended camera zoom over these panels is now prevented.

Added support for camera movement along the ZX plane using the middle mouse button. This is especially helpful while moving up and down along tall
Prevents unintended camera movement or interactions when the user starts a touch or mouse drag on a UI element (like a panel or border). Blocks
Initial implementation explored using Unreal’s Common UI framework for layered menu navigation and input handling across widgets. The feature was put on hold due to