Vixen
dd8b0a81
csharp
public enum CursorMode

What the cursor does over a window.

Read the guide page for this →

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 (7)

  • MouseCaptureSystemThirdPersonShooter
  • DesktopWindowVixen.Platform.Desktop
  • HeadlessWindowVixen.Platform.Headless
  • IWindowVixen.Platform
  • PlatformCursorVixen.Platform.Ui
  • PlatformCursorTestsVixen.Platform.Ui.Tests
  • PresentingWindowVixen.App.Tests