Freigeben über


IGameInputDevice::SetRawDeviceFeature

Note

This function is not yet implemented.

Sends a feature report to a HID device.

Syntax

HRESULT SetRawDeviceFeature(  
         IGameInputRawDeviceReport* report  
)  

Parameters

report   _In_
Type: IGameInputRawDeviceReport*

Device-defined ID for the feature report.

Return value

Type: HRESULT

Returns E_NOTIMPL.

Remarks

The IGameInputDevice::SetRawDeviceFeatureand IGameInputDevice::GetRawDeviceFeature methods are used to query and send feature reports with Human Interface Device (HID) devices. There are no restrictions on which features are supported. This is determined by the device or the driver.

Note

These methods do not support Xbox One or Xbox 360 devices.

Requirements

Header: GameInput.h

Library: xgameruntime.lib

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

Advanced GameInput topics
Overview of GameInput
IGameInputDevice