Click or drag to resize

IControllerTemplateStick Interface

Interface for a Controller Template Stick. A Stick can have up to 3 axes: Horizontal, Vertical, and Rotation. This is used for flight sticks.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IControllerTemplateStick : IControllerTemplateElement

The IControllerTemplateStick type exposes the following members.

Properties
  NameDescription
Public propertydescriptiveName
Display name of the Controller Template Element.
(Inherited from IControllerTemplateElement.)
Public propertyexists
Does the Element exist in the parent Controller?
(Inherited from IControllerTemplateElement.)
Public propertyhorizontal
The horizontal axis.
Public propertyid
Id of the Controller Template Element.
(Inherited from IControllerTemplateElement.)
Public propertyrotation
The rotation axis.
Public propertysource
Information about the source element(s) in the parent Controller. This will return null for elements that cannot have a directly mappable source Controller Element.
(Inherited from IControllerTemplateElement.)
Public propertytype
Type of the Controller Template Element.
(Inherited from IControllerTemplateElement.)
Public propertyvalue
The current value of the stick.
Public propertyvaluePrev
The value of the stick in the previous frame.
Public propertyvertical
The vertical axis.
Top
See Also