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.
Interface declaring the need for the controller input device.
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."],[[["The `IGvrControllerInputDeviceReceiver` interface defines the requirement for receiving input from a VR controller."],["It includes a `ControllerInputDevice` property that provides access to the `GvrControllerInputDevice` instance."],["Classes like `GvrArmModel`, `GvrBasePointer`, and `GvrControllerVisual` utilize this interface to interact with controller input."]]],["The `IGvrControllerInputDeviceReceiver` interface requires a controller input device. It has a single property, `ControllerInputDevice`, which is a `GvrControllerInputDevice`. This property sets the reference to the specific `GvrControllerInputDevice` that the instance will monitor. The interface is inherited by `GvrArmModel`, `GvrBasePointer`, and `GvrControllerVisual`. These subclasses use the defined property to interact with and utilize the assigned controller's input.\n"]]