IInputContext.IsRelativeMouseMode Property
Definition¶
Namespace: Brine2D.Input
Gets or sets whether relative mouse mode is enabled. When enabled, the cursor is hidden, the mouse is captured, and only MouseDelta is meaningful (position is not updated). Useful for first-person cameras and drag operations.
bool IsRelativeMouseMode { get; set; }