IGameInputReading::GetArcadeStickState

检索描述街机摇杆的状态的输入读取的视图。

语法

bool GetArcadeStickState(
    GameInputArcadeStickState* state
)

参数

state _Out_
类型:GameInputArcadeStickState*

作为街机摇杆输入的解释。

返回值

类型:bool

在成功解释某一街机摇杆后将返回 true。 在尝试读取未识别为街机摇杆的输入时返回 false。

输入 API 概述
IGameInputReading