Navigation
API > API/Plugins > API/Plugins/RawInput
| Name | IRawInput |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RawInput/Source/RawInput/Public/RawInput.h |
| Include Path | #include "RawInput.h" |
Syntax
class IRawInput : public IInputDevice
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IRawInput
(
const TSharedRef< FGenericApplicationMessageHandler >& InMessageHandler |
RawInput.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRawInput() |
RawInput.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LastAssignedInputHandle | int32 | RawInput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BindAnalogForDevice
(
int32 DeviceHandle, |
Register axis/analog on a device to send input events with a given name | RawInput.h | |
virtual void BindButtonForDevice
(
int32 DeviceHandle, |
Register a button on a device to send input events with a given name | RawInput.h | |
FRawInputDataDelegate & GetDataReceivedHandler() |
Returns the delegate for a data received handler | RawInput.h | |
virtual void QueryConnectedDevices() |
Query connected devices and populate the ConnectedDeviceInfoList | RawInput.h | |
int32 RegisterInputDevice
(
int32 DeviceType, |
Register a device for use. | RawInput.h | |
virtual void RemoveRegisteredInputDevice
(
int32 DeviceHandle |
Remove a registered device | RawInput.h | |
virtual void SetAnalogAxisIsInverted
(
int32 DeviceHandle, |
Set whether an axis is inverted | RawInput.h | |
virtual void SetAnalogAxisOffset
(
int32 DeviceHandle, |
Sets the offset of the given axis | RawInput.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetNextInputHandle() |
Helper to get next input handle to assign. | RawInput.h |