Expandable POI Labels on Hover

Mouse cursor hovering over a POI label in AVE II, with the label expanded to reveal the full name.

Hover-based label behavior for POIs. When the user hovers over a screen space label or POI geometry, the label expands to reveal the full name, improving readability without cluttering the scene.

Auto Input Detection & Mapping Context Management

Implemented dynamic input method detection (Mouse, Touch, or Gamepad) using the Common Input Subsystem, which automatically applies the appropriate Input Mapping Context based on the active input type. This prevents input conflicts (e.g., touch being recognized as mouse input) and allows for easier management of input logic.