Gorgon
Show / Hide Table of Contents

Interface IGorgonRawInputDeviceData<T>

Receives Gorgon raw input data and allows processing of that data on the device object.

Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
public interface IGorgonRawInputDeviceData<T> where T : struct
Type Parameters
Name Description
T

The type of data to process.

Remarks

This interface is not meant to be used within an application and should only be used internally by Gorgon.

Methods

| Edit this page View Source

ProcessData(in T)

Function to process the Gorgon raw input data into device state data and appropriate events.

Declaration
void ProcessData(in T rawInputData)
Parameters
Type Name Description
T rawInputData

The data to process.

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author