FlightStick.HatSwitchKind Property

Definition

The type of hat switch on the flight stick.

public:
 property GameControllerSwitchKind HatSwitchKind { GameControllerSwitchKind get(); };
GameControllerSwitchKind HatSwitchKind();
public GameControllerSwitchKind HatSwitchKind { get; }
var gameControllerSwitchKind = flightStick.hatSwitchKind;
Public ReadOnly Property HatSwitchKind As GameControllerSwitchKind

Property Value

The type of hat switch on the flight stick.

Remarks

A hat switch is a control often used for camera view and/or target selection. It can be two-way, four-way, or eight-way, and its current position can be described by a cardinal coordinate system. A hat switch can be in exactly one position at any given time.

Applies to

See also