This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
Summary
Inheritance
Direct Known Subclasses:
GvrArmModel,
GvrBasePointer,
GvrControllerVisualProperties
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 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-10-09 UTC."],[[["`IGvrControllerInputDeviceReceiver` objects receive input events from a `GvrControllerInputDevice`."],["It serves as a base class for other components that interact with the controller, including `GvrArmModel`, `GvrBasePointer`, and `GvrControllerVisual`."],["The main property, `ControllerInputDevice`, allows access to the associated `GvrControllerInputDevice` to read input data."]]],["The core content defines `IGvrControllerInputDeviceReceiver`, which has subclasses `GvrArmModel`, `GvrBasePointer`, and `GvrControllerVisual`. It features a single property, `ControllerInputDevice`, which is of type `GvrControllerInputDevice`. This property is the sole mechanism for interacting with or retrieving information related to a `GvrControllerInputDevice` from any object of type `IGvrControllerInputDeviceReceiver`.\n"]]