Joystick
IValueControl Interface
NamespacesControllerIValueControl
An interface protocol for the control of and object value.
Declaration Syntax
C#Visual BasicVisual C++
public interface IValueControl
Public Interface IValueControl
public interface class IValueControl
Members
All MembersMethodsProperties



IconMemberDescription
Value
Set the value directly.

ValueDecrease(Int32)
Decrease the value at the specified rate.

ValueHold()()()
Hold the value by stopping any current increase or decrease.

ValueIncrease(Int32)
Increase the value at the specified rate.

ValueMax
Get the maximum valid value.

ValueMin
Get the minimum valid value.

ValueName
Get an arbitrary name that identifies the value for the user.

ValueRate
Set the rate at which the actual value should approach the desired value.

Assembly: Controller (Module: Controller) Version: 1.0.2.0