AndroidXRTrackpadGesturesInteraction

This OpenXRInteractionFeature enables the use of Android XR Trackpad Gestures interaction in OpenXR.

Summary

Inheritance

Inherits from: OpenXRInteractionFeature, Google.XR.Extensions.IXRSpatialSdk

Public attributes

ExtensionString = "XR_ANDROIDX1_trackpad_gestures"
const string
The OpenXR Extension string.
FeatureId = "com.google.xr.extensions.input.trackpadgestures"
const string
The feature id string.
UiName = "Android XR Trackpad Gestures Interaction"
const string
The UI name shows on the XR Plug-in Management panel, help users to understand validation errors and expected fixes.

Public functions

GetTargetVersion()
Gets the target version of the given feature if applicable.

Classes

Google.XR.Extensions.AndroidXRTrackpadGesturesInteraction.AndroidXRTrackpadGestures

An Input device based on Android XR Trackpad Gestures interaction profile.

Public attributes

ExtensionString

const string ExtensionString = "XR_ANDROIDX1_trackpad_gestures"

The OpenXR Extension string.

This is used by OpenXR to check if this extension is available or enabled.

FeatureId

const string FeatureId = "com.google.xr.extensions.input.trackpadgestures"

The feature id string.

This is used to give the feature a well known id for reference.

UiName

const string UiName = "Android XR Trackpad Gestures Interaction"

The UI name shows on the XR Plug-in Management panel, help users to understand validation errors and expected fixes.

Public functions

GetTargetVersion

XRSpatialSdkVersions GetTargetVersion()

Gets the target version of the given feature if applicable.