Navigation
API > API/Plugins > API/Plugins/RawInput > API/Plugins/RawInput/IRawInput
References
| Module | RawInput |
| Header | /Engine/Plugins/Experimental/RawInput/Source/RawInput/Public/RawInput.h |
| Include | #include "RawInput.h" |
virtual void SetAnalogAxisIsInverted
&40;
int32 DeviceHandle,
int32 AxisIndex,
bool bInvert
&41;
Remarks
Set whether an axis is inverted
Parameters
| Name | Description |
|---|---|
| DeviceHandle | Handle to the device on which to set the axis inverted. |
| AxisIndex | Index of the axis entry to set. If INDEX_NONE all will be set. |
| bInvert | Whether the axis is to have its value inverted or not |