This site has been permanently archived. The content on this site was last updated in 2019.
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.
[null,null,["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"]]