Partial state update for an input device.
public struct DeltaStateEvent : IInputEventTypeInfo
 
Fields
  
Declaration
public InputEvent baseEvent
 
Field Value
Declaration
Field Value
| Type | Description | 
| System.Byte* |  | 
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 |  | 
Methods
  
Declaration
public static DeltaStateEvent*From(InputEventPtr ptr)
 
Parameters
Returns
Declaration
public FourCC GetTypeStatic()
 
Returns
Implements