CaptureMouse

Property

Namespace: Imagini

Declared in: Imagini.AppBase


Gets or sets whether the mouse should be captured by the window. If enabled, mouse events will report only relative movement and the cursor should stay fixed (useful for 3D cameras).

Syntax

public bool CaptureMouse { public get; public set; }

See also

  • MousePosition

  • Back to index