This site has been permanently archived. The content on this site was last updated in 2019.
gvr_event
#include <gvr_types.h>
Container for various GVR-events to which the client can optionally respond.
Summary
Public attributes
@6
union gvr_event::@5 gvr_event::@6
flags
gvr_flags gvr_event::flags
padding
uint8_t gvr_event::padding[496]
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."],[[["`gvr_event` is a container for various GVR (Google VR) events that client applications can respond to."],["It includes fields like `flags`, `timestamp`, and `type` to provide information about the event."],["The `recenter_event_data` field provides specific data for re-centering events in VR."],["`gvr_event` utilizes a `union` to store different types of event data."],["Developers can access and handle these events using the provided attributes and data structures."]]],["The `gvr_event` is a container for GVR-related events. It holds information about various occurrences that clients can respond to. Key attributes include: a union type `@5`, a set of `gvr_flags`, a `recenter_event_data` of type `gvr_recenter_event_data`, and a `timestamp` of type `gvr_clock_time_point`. It also contains an `int32_t` event `type`, and a `uint8_t` padding array of 496 bytes. These elements offer specific details about the encountered event.\n"]]