Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PointerEventType Enum

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

    State of a pointer event.

    public enum PointerEventType

    Fields

    Name Description
    Canceled

    The pointer has been canceled.

    Moved

    The pointer is moving on the digitizer.

    Pressed

    The pointer just started to hit the digitizer.

    Released

    The pointer just released pressure to the digitizer.

    Extension Methods

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

    Back to top

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