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.
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]
type
int32_t gvr_event::type
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."],[[["\u003cp\u003e\u003ccode\u003egvr_event\u003c/code\u003e is a container for various GVR (Google VR) events that client applications can respond to.\u003c/p\u003e\n"],["\u003cp\u003eIt includes fields like \u003ccode\u003eflags\u003c/code\u003e, \u003ccode\u003etimestamp\u003c/code\u003e, and \u003ccode\u003etype\u003c/code\u003e to provide information about the event.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003erecenter_event_data\u003c/code\u003e field provides specific data for re-centering events in VR.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egvr_event\u003c/code\u003e utilizes a \u003ccode\u003eunion\u003c/code\u003e to store different types of event data.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can access and handle these events using the provided attributes and data structures.\u003c/p\u003e\n"]]],["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"],null,[]]