public static InteractionSourceState[] GetCurrentReading ();

Valor de retorno

InteractionSourceState[] An array of InteractionSourceState snapshots.

Descripción

Get the current SourceState.


public static int GetCurrentReading (InteractionSourceState[] sourceStates);

Parámetros

sourceStatesAn array for storing InteractionSourceState snapshots.

Valor de retorno

int The number of snapshots stored in the array, up to the size of the array.

Descripción

Allows retrieving the current source states without allocating an array. The number of retrieved source states will be returned, up to a maximum of the size of the array.