Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Describes an axis on an input device.
Syntax
struct GameInputControllerAxisInfo
{
GameInputKind mappedInputKinds;
GameInputLabel label;
};
Members
mappedInputKinds Type: GameInputKind
The kinds of input state, if any, to which this axis contributes.
label Type: GameInputLabel
Physical label for the axis.
Remarks
This structure is used in the GameInputDeviceInfo structure. GameInputDeviceInfo is used by the IGameInputDevice::GetDeviceInfo method.
For more information, see GameInput devices.
Requirements
Header: GameInput.h
Supported platforms: Windows