Vixen
02b45cc4
csharp
public enum CursorMode

What the cursor does over a window.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Normal

    Visible, and free to leave the window.

  • Hidden

    Hidden while over the window, but still an ordinary cursor at a real position.

  • Confined

    Visible and confined to the window's client area.

  • Relative

    Hidden, warped to the centre and reporting motion only — the first-person camera mode.

Used by (4)

  • MouseCaptureSystemThirdPersonShooter
  • DesktopWindowVixen.Platform.Desktop
  • HeadlessWindowVixen.Platform.Headless
  • IWindowVixen.Platform