csharp
public enum CursorModeWhat the cursor does over a window.
Fields and properties (4)
NormalVisible, and free to leave the window.
HiddenHidden while over the window, but still an ordinary cursor at a real position.
ConfinedVisible and confined to the window's client area.
RelativeHidden, 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