Proton/vrclient_x64/cppIVRExtendedDisplay_IVRExtendedDisplay_001.h
2018-01-18 13:29:49 -06:00

10 lines
444 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern void cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetWindowBounds(void *, int32_t *, int32_t *, uint32_t *, uint32_t *);
extern void cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetEyeOutputViewport(void *, EVREye, uint32_t *, uint32_t *, uint32_t *, uint32_t *);
extern void cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetDXGIOutputInfo(void *, int32_t *, int32_t *);
#ifdef __cplusplus
}
#endif