IGameInputForceFeedbackEffect::GetDevice
Retrieves the device associated with the force feedback effect.Syntax
Parameters
device _Outptr_Type: IGameInputDevice** This method returns the device associated with the force feedback effect.
Return value
Type: void No return.Remarks
TheIGameInputForceFeedbackEffect::GetDevice method retrieves the device associated with the force feedback effect. The IGameInputDevice object represents an input device. The methods in the IGameInputDevice interface allow you to identify and interact with a game input device. You can query information about the device such as its type and abilities. You can also activate device specific hardware like haptic and force feedback. For more information, see Advanced GameInput topics.
Requirements
Header: GameInput.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
Overview of GameInputIGameInputForceFeedbackEffect
