Search Results for

    Show / Hide Table of Contents

    Class InputActionMode

    The input action event trigger modes.

    Inheritance
    System.Object
    InputActionMode
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class InputActionMode : Enum

    Fields

    Press

    User pressed the key/button (but wasn't pressing it in the previous frame).

    Declaration
    public const InputActionMode Press
    Field Value
    InputActionMode

    Pressing

    User is pressing the key/button.

    Declaration
    public const InputActionMode Pressing
    Field Value
    InputActionMode

    Release

    User released the key/button (was pressing it in the previous frame).

    Declaration
    public const InputActionMode Release
    Field Value
    InputActionMode

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat