IGameInputReading::GetRacingWheelState

检索描述赛车方向盘的状态的输入读取的视图。

语法

bool GetRacingWheelState(
    GameInputRacingWheelState* state
);

参数

state _Out_
类型:GameInputRacingWheelState*

作为赛车方向盘的输入的解释。

返回值

类型:bool

在成功解释某一赛车方向盘输入后将返回 true。 在尝试读取未识别为赛车方向盘输入的输入时返回 false。

输入 API 概述
IGameInputReading