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+e8257758c3446d922301bab0e4637a0e5ec1862f
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