The Android XR SDK is now available in Developer Preview. We want your feedback! Visit our
support page to reach out.
Stay organized with collections
Save and categorize content based on your preferences.
AndroidXRMouseUsages
Tags that can be used with InputDevice.TryGetFeatureValue to get mouse related input features.
See See also:CommonUsages
for additional usages.
Summary
Public static attributes
|
pointerPosition =
new InputFeatureUsage("pointerPosition")
|
InputFeatureUsage< Vector3 >
The pointer position for the mouse.
|
pointerRotation =
new InputFeatureUsage("pointerRotation")
|
InputFeatureUsage< Quaternion >
The pointer orientation of the mouse.
|
Public static attributes
pointerPosition
InputFeatureUsage< Vector3 > pointerPosition =
new InputFeatureUsage("pointerPosition")
The pointer position for the mouse.
pointerRotation
InputFeatureUsage< Quaternion > pointerRotation =
new InputFeatureUsage("pointerRotation")
The pointer orientation of the mouse.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-12-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-12 UTC."],[],[],null,["# AndroidXRMouseUsages Class Reference\n\nAndroidXRMouseUsages\n====================\n\nTags that can be used with InputDevice.TryGetFeatureValue to get mouse related input features.\n\nSee **See also:**CommonUsages\nfor additional usages.\n\nSummary\n-------\n\n| ### Public static attributes ||\n|----------------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| [pointerPosition](#pointerposition)` = new InputFeatureUsage`(\"pointerPosition\") | `InputFeatureUsage\u003c Vector3 \u003e` The pointer position for the mouse. |\n| [pointerRotation](#pointerrotation)` = new InputFeatureUsage`(\"pointerRotation\") | `InputFeatureUsage\u003c Quaternion \u003e` The pointer orientation of the mouse. |\n\nPublic static attributes\n------------------------\n\n### pointerPosition\n\n```c#\nInputFeatureUsage\u003c Vector3 \u003e pointerPosition =\n new InputFeatureUsage(\"pointerPosition\")\n``` \nThe pointer position for the mouse. \n\n### pointerRotation\n\n```c#\nInputFeatureUsage\u003c Quaternion \u003e pointerRotation =\n new InputFeatureUsage(\"pointerRotation\")\n``` \nThe pointer orientation of the mouse."]]