Click or drag to resize

PlayerControllerMouseWheel Class

Inheritance Hierarchy
SystemObject
  RewiredPlayerControllerElement
    RewiredPlayerControllerCompoundElement
      RewiredPlayerControllerAxis2D
        RewiredPlayerControllerMouseWheel

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class MouseWheel : PlayerControllerAxis2D

The PlayerControllerMouseWheel type exposes the following members.

Properties
 NameDescription
Public propertyenabled Is this element enabled? Disabled elements return no value.
(Inherited from PlayerControllerElement)
Public propertyname The name of the element.
(Inherited from PlayerControllerElement)
Public propertyvalue The current value.
(Inherited from PlayerControllerAxis2D)
Public propertyvalueRaw The current raw value.
(Inherited from PlayerControllerAxis2D)
Public propertyxAxis The X axis.
Public propertyyAxis The Y axis.
Top
See Also