EquationRegisterIndex Enumeration

Defines values that identify registers for a specific force feedback equation.

Syntax

public enum class EquationRegisterIndex  

Members

Member Description
E0 Read/write E0 semi-persistent register.
E1 Read/write E1 semi-persistent register.
E2 Read/write E2 semi-persistent register.
E3 Read/write E3 semi-persistent register.
Ep Amount of time that elapsed during the most recent run of this equation, in seconds. This is a read-only 32-bit signed floating-point register.
Ea Average amount of time that elapsed during all previous runs of this equation, in seconds. This is a read-only 32-bit signed floating-point register.
Ec Number of times that this equation loop has been run up to this point. This is a read-only 32-bit unsigned floating-point register.
Et Total elapsed time of all runs of this equation up to this point, in 100-nanosecond units. This is a read-only 32-bit unsigned floating-point register.
Count Reserved.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Microsoft.Xbox.Input Namespace