InteractionManager.GetCurrentReading
public static InteractionSourceState[] GetCurrentReading();
Returns
InteractionSourceState[] An array of InteractionSourceState snapshots.
Description 描述
Get the current SourceState.
public static int GetCurrentReading(InteractionSourceState[] sourceStates);
Parameters
| sourceStates | An array for storing InteractionSourceState snapshots. |
Returns
int The number of snapshots stored in the array, up to the size of the array.
Description 描述
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.