Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Input
References
| Module | PixelStreaming2Input |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/Public/PixelStreaming2InputEnums.h |
| Include | #include "PixelStreaming2InputEnums.h" |
Syntax
enum EPixelStreaming2InputAction
{
X = 0,
Y = 1,
Axis = 2,
Click = 3,
Touch = 4,
None = 5,
}
Values
| Name | Description |
|---|---|
| X | |
| Y | |
| Axis | |
| Click | |
| Touch | |
| None |
Remarks
The possible actions pixel streaming supports. These actions help differentiate input received from the browser.