Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput
References
| Module | PixelStreamingInput |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/PixelStreamingInputEnums.h |
| Include | #include "PixelStreamingInputEnums.h" |
Syntax
enum EPixelStreamingInputAction
&123;
X = 0,
Y = 1,
Axis,
Click,
Touch,
None,
&125;
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.