csharp
public enum CursorModeWhat 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)
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 (4)
- MouseCaptureSystemThirdPersonShooter
- DesktopWindowVixen.Platform.Desktop
- HeadlessWindowVixen.Platform.Headless
- IWindowVixen.Platform