2023-09-29 12:28:17 +03:00
|
|
|
/* This file is auto-generated, do not edit. */
|
|
|
|
#include "unix_private.h"
|
2018-01-18 22:29:49 +03:00
|
|
|
#include "cppIVRExtendedDisplay_IVRExtendedDisplay_001.h"
|
2023-09-27 12:05:52 +03:00
|
|
|
void cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetWindowBounds( struct cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetWindowBounds_params *params )
|
2018-01-18 22:29:49 +03:00
|
|
|
{
|
2023-09-29 12:28:17 +03:00
|
|
|
struct u_IVRExtendedDisplay_IVRExtendedDisplay_001 *iface = (struct u_IVRExtendedDisplay_IVRExtendedDisplay_001 *)params->linux_side;
|
2023-09-28 11:22:41 +03:00
|
|
|
iface->GetWindowBounds( params->pnX, params->pnY, params->pnWidth, params->pnHeight );
|
2018-01-18 22:29:49 +03:00
|
|
|
}
|
|
|
|
|
2023-09-27 12:05:52 +03:00
|
|
|
void cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetEyeOutputViewport( struct cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetEyeOutputViewport_params *params )
|
2018-01-18 22:29:49 +03:00
|
|
|
{
|
2023-09-29 12:28:17 +03:00
|
|
|
struct u_IVRExtendedDisplay_IVRExtendedDisplay_001 *iface = (struct u_IVRExtendedDisplay_IVRExtendedDisplay_001 *)params->linux_side;
|
2023-09-28 11:22:41 +03:00
|
|
|
iface->GetEyeOutputViewport( params->eEye, params->pnX, params->pnY, params->pnWidth, params->pnHeight );
|
2018-01-18 22:29:49 +03:00
|
|
|
}
|
|
|
|
|
2023-09-27 12:05:52 +03:00
|
|
|
void cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetDXGIOutputInfo( struct cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetDXGIOutputInfo_params *params )
|
2018-01-18 22:29:49 +03:00
|
|
|
{
|
2023-09-29 12:28:17 +03:00
|
|
|
struct u_IVRExtendedDisplay_IVRExtendedDisplay_001 *iface = (struct u_IVRExtendedDisplay_IVRExtendedDisplay_001 *)params->linux_side;
|
2023-09-28 11:22:41 +03:00
|
|
|
iface->GetDXGIOutputInfo( params->pnAdapterIndex, params->pnAdapterOutputIndex );
|
2018-01-18 22:29:49 +03:00
|
|
|
}
|
|
|
|
|