> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IGameInputReading::GetFlightStickState

> IGameInputReading::GetFlightStickState

# IGameInputReading::GetFlightStickState

Recupera una vista de la lectura de entrada que describe el estado de una palanca de vuelo.

## Sintaxis

```cpp theme={null}
bool GetFlightStickState(
    GameInputFlightStickState* state
);
```

### Parámetros

*state*   \_Out\_\
Tipo: [GameInputFlightStickState\*](/reference/input/gameinput/structs/gameinputflightstickstate)

Interpretación de la entrada como una entrada de palanca de vuelo.

### Valor devuelto

Tipo: bool

Devuelve true si la interpretación como palanca de vuelo se realiza correctamente. Devuelve false cuando se intenta leer una entrada que no se reconoce como una palanca de vuelo.

[Información general de la API de entrada](/build/core-features/common/input/overviews/input-overview)\
[IGameInputReading](/reference/input/gameinput/interfaces/igameinputreading/igameinputreading)

## Historial de versiones

| Versión | Cambios       |
| ------- | ------------- |
| **v0**  | Se introdujo. |


## Related topics

- [IGameInputReading::GetArcadeStickState](/es/reference/input/gameinput/interfaces/igameinputreading/methods/igameinputreading_getarcadestickstate.md)
- [IGameInputReading::GetGamepadState](/es/reference/input/gameinput/interfaces/igameinputreading/methods/igameinputreading_getgamepadstate.md)
- [IGameInputReading::GetKeyState](/es/reference/input/gameinput/interfaces/igameinputreading/methods/igameinputreading_getkeystate.md)
- [IGameInputReading::GetMouseState](/es/reference/input/gameinput/interfaces/igameinputreading/methods/igameinputreading_getmousestate.md)
- [IGameInputReading::GetMotionState](/es/reference/input/gameinput/deprecated/interfaces/igameinputreading/methods/igameinputreading_getmotionstate.md)
