Click or drag to resize

CustomInputSourceButton Class

Controller button element.
Inheritance Hierarchy

Namespace: Rewired.Platforms.Custom
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntax
C#
public class Button : CustomInputSourceElement<CustomInputSourceButtonValue>

The CustomInputSourceButton type exposes the following members.

Constructors
 NameDescription
Public methodCustomInputSourceButtonInitializes a new instance of the CustomInputSourceButton class
Public methodCustomInputSourceButton(CustomInputSourceButtonInitOptions)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 propertydefaultValue
(Inherited from CustomInputSourceElementTValue)
Public propertyexcludeFromPolling
(Inherited from CustomInputSourceElement)
Public propertyfloatValue Floating-point value of the button. This is only used if the button type is Pressure Sensitive.
Public propertyid
(Inherited from CustomInputSourceElement)
Public propertyisPressureSensitive 
Public propertylastModifiedTime
(Inherited from CustomInputSourceElement)
Top
Methods
Fields
 NameDescription
Public fieldvalue The current value. Deprecated. Use boolValue instead.
Obsolete
Top
See Also