IGameInputRawDeviceReport::ResetAllItems

Note

This function is not yet implemented.

Resets all report items to their its original "rest" state values. This will essentially re-initialize the device report buffer.

Syntax

bool ResetAllItems(  
)  

Parameters

Return value

Type: bool

Returns true on success; returns false otherwise.

Remarks

This function is not yet implemented. Currently has no function.

Once implemented, the SetItemValue, ResetItemValue, and ResetAllItems methods can only be called for output and feature reports. All of these methods return very quickly, and are safe to call from any context.

Requirements

Header: GameInput.h

Library: xgameruntime.lib

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

See also

Input API Overview
IGameInputRawDeviceReport