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 BindAnalogForDevice
&40;
int32 DeviceHandle,
FName KeyName,
int32 AxisIndex
&41;
Remarks
Register axis/analog on a device to send input events with a given name
Parameters
| Name | Description |
|---|---|
| DeviceHandle | Device handle to bind to |
| KeyName | Name of key to emit (e.g FRawInputKeyNames::GenericUSBController_Axis1) |
| AxisIndex | Index of the axis/analog to bind |