FlightStick.GetCurrentReading Method
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.
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.