Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    GestureState Enum

    Namespace: Stride.Input
    Assembly: Stride.Input.dll

    The different possible states of a gestures.

    public enum GestureState

    Fields

    Name Description
    Began

    A continuous gesture has started.

    Changed

    A continuous gesture parameters changed.

    Ended

    A continuous gesture has stopped.

    Occurred

    A discrete gesture has occurred.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<GestureState>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<GestureState>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation