FlightStick.GetCurrentReading Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une instantané de l’état du stick de vol.
public:
virtual FlightStickReading GetCurrentReading() = GetCurrentReading;
FlightStickReading GetCurrentReading();
public FlightStickReading GetCurrentReading();
function getCurrentReading()
Public Function GetCurrentReading () As FlightStickReading
Retours
État actuel de la manette de vol.
Remarques
Pour collecter les entrées d’un stick de vol, vous devez interroger le stick de vol à l’aide de cette méthode. La méthode retourne un FlightStickReading qui contient des informations sur les boutons en cours d’appui, le roulis, le tangage et le lacet du joystick, etc. Pour plus d’informations sur la lecture des entrées à partir d’un stick de vol, consultez Lecture du stick de vol.