FlightStick.HatSwitchKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.