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 SetAnalogAxisOffset
&40;
int32 DeviceHandle,
int32 AxisIndex,
float Offset
&41;
Remarks
Sets the offset of the given axis
Parameters
| Name | Description |
|---|---|
| DeviceHandle | Handle to the device on which to set the offset |
| AxisIndex | Index of the axis to set. If INDEX_NONE all will be set. |
| Offset | Value to offset the normalized (and optionally inverted) value by |