Click or drag to resize

CustomInputSourceButton Class

Controller button element.
Inheritance Hierarchy
SystemObject
  Rewired.Platforms.CustomCustomInputSourceElement
    Rewired.Platforms.CustomCustomInputSourceButton

Namespace:  Rewired.Platforms.Custom
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class Button : CustomInputSourceElement

The CustomInputSourceButton type exposes the following members.

Constructors
  NameDescription
Public methodCustomInputSourceButton
Initializes a new instance of the CustomInputSourceButton class
Top
Properties
  NameDescription
Public propertyboolValue
Gets or sets the value. This can be called multiple times per update if processing a queue of input events.
Public propertyfloatValue
Floating-point value of the button. This is only used if the button type is Pressure Sensitive.
Top
Fields
  NameDescription
Public fieldvalue Obsolete.
The current value. Deprecated. Use boolValue instead.
Top
See Also