docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum NavigationDeviceType

    The type of device that generated a navigation event.

    Namespace: UnityEngine.EventSystems
    Assembly: UnityEngine.UI.dll
    Syntax
    public enum NavigationDeviceType
    Remarks

    This can help avoid duplicated treatment of events when some controls react to keyboard input and navigation events at the same time.

    Fields

    Name Description
    Keyboard

    Indicates that this device is known to be a keyboard.

    NonKeyboard

    Indicates that this device is anything else than a keyboard (it could be a Gamepad, for example).

    Unknown

    Indicates that no specific information is known about this device.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)