Partial state update for an input device.
public struct DeltaStateEvent : IInputEventTypeInfo
Fields
Declaration
public InputEvent baseEvent
Field Value
Declaration
public FourCC stateFormat
Field Value
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
Declaration
public const int Type = 1145852993
Field Value
Type |
Description |
System.Int32 |
|
Properties
Declaration
public void *deltaState { get; }
Property Value
Type |
Description |
System.Void* |
|
Declaration
public uint deltaStateSizeInBytes { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public FourCC typeStatic { get; }
Property Value
Implements
Methods
Declaration
public static NativeArray<byte> From(InputControl control, out InputEventPtr eventPtr, Allocator allocator = null)
Parameters
Returns
Type |
Description |
NativeArray<System.Byte> |
|
Declaration
public static DeltaStateEvent*From(InputEventPtr ptr)
Parameters
Returns
Declaration
public InputEventPtr ToEventPtr()
Returns