Share via


FlightStick.GetCurrentReading Method

Definition

Gets a snapshot of the flight stick state.

public:
 virtual FlightStickReading GetCurrentReading() = GetCurrentReading;
FlightStickReading GetCurrentReading();
public FlightStickReading GetCurrentReading();
function getCurrentReading()
Public Function GetCurrentReading () As FlightStickReading

Returns

The current state of the flight stick.

Remarks

To gather input from a flight stick, you must poll the flight stick using this method. The method returns a FlightStickReading that has information about which buttons are being pressed, the joystick's roll, pitch, and yaw, and so on. See Reading the flight stick for more information about how to read input from a flight stick.

Applies to

See also