This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Mobile 1.17 Reference Guide

ovrInputStateHeadset Struct Reference

ovrInputStateHeadset describes the complete input state for the GearVR headset.

Data Fields

ovrInputStateHeader
Header ( )
uint32_t
Buttons ( )
Values for buttons described by ovrButton.
uint32_t
finger contact status for trackpad true = finger is on trackpad, false = finger is off trackpad
ovrVector2f
X and Y coordinates of the Trackpad.

Detailed Description

The TrackpadPosition coordinates return for the headset are relative coordinates, centered at (1280,720). See the comments on ovrInputHeadsetCapabilities for more information.

Field Documentation

ovrInputStateHeader ovrInputStateHeadset::Header ( )
uint32_t ovrInputStateHeadset::Buttons ( )
Values for buttons described by ovrButton.
uint32_t ovrInputStateHeadset::TrackpadStatus ( )
finger contact status for trackpad true = finger is on trackpad, false = finger is off trackpad
ovrVector2f ovrInputStateHeadset::TrackpadPosition ( )
X and Y coordinates of the Trackpad.
The documentation for this struct was generated from the following file: Include/VrApi_Input.h