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

Platform 1.32 Reference Guide

OVR_UserAndRoom.h File Reference

Typedefs

struct ovrUserAndRoom *

Typedef Documentation

typedef struct ovrUserAndRoom* ovrUserAndRoomHandle ( )

Function Documentation

ovrRoomHandle ovr_UserAndRoom_GetRoom ( const ovrUserAndRoomHandle obj )
This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
ovrUserHandle ovr_UserAndRoom_GetUser ( const ovrUserAndRoomHandle obj )
1
2
3
4
5
6
7
8
9
10
11
14
15
16
17
18
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_USERANDROOM_H
#define OVR_USERANDROOM_H

#include "OVR_Platform_Defs.h"
#include "OVR_Room.h"
#include "OVR_User.h"

typedefstruct ovrUserAndRoom *ovrUserAndRoomHandle;

OVRP_PUBLIC_FUNCTION(ovrRoomHandle) ovr_UserAndRoom_GetRoom(const ovrUserAndRoomHandle obj);

OVRP_PUBLIC_FUNCTION(ovrUserHandle) ovr_UserAndRoom_GetUser(const ovrUserAndRoomHandle obj);

#endif
The documentation for this file was generated from the following file: OVR_UserAndRoom.h