Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput
The possible actions pixel streaming supports. These actions help differentiate input received from the browser.
| Name | EPixelStreamingInputAction |
| Type | enum |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/PixelStreamingInputEnums.h |
| Include Path | #include "PixelStreamingInputEnums.h" |
Syntax
enum EPixelStreamingInputAction
{
X = 0,
Y = 1,
Axis,
Click,
Touch,
None,
}
Values
| Name | Remarks |
|---|---|
| X | |
| Y | |
| Axis | |
| Click | |
| Touch | |
| None |