EquationFlags Enumeration

Defines values that specify how force feedback equations are handled when an app receives the input focus.

Syntax

public enum class EquationFlags  

Members

Member Description
Normal Equations are automatically downloaded and started when the application regains focus.
NoDownloadOnFocusChange Equations must be downloaded and started by the application.
NoStartOnFocusChange Equations are downloaded automatically but must be started by the application.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Microsoft.Xbox.Input Namespace