Linux SDK API Reference
Loading...
Searching...
No Matches
CustomImmersiveLayoutData Struct Reference

Layout data of immersive. More...

#include <customized_immersive.h>

Data Fields

bool is_seat_free
 Whether this user is in seat.
 
unsigned int seat_id
 The seat ID.
 
unsigned int user_id
 The user ID.
 
unsigned int z_order
 The seat z order. Higher numbers are displayed on top of lower ones.
 
RECT position
 The seat position.
 

Detailed Description

Layout data of immersive.

Definition at line 35 of file customized_immersive.h.

Field Documentation

◆ is_seat_free

bool CustomImmersiveLayoutData::is_seat_free

Whether this user is in seat.

Definition at line 37 of file customized_immersive.h.

◆ position

RECT CustomImmersiveLayoutData::position

The seat position.

Definition at line 41 of file customized_immersive.h.

◆ seat_id

unsigned int CustomImmersiveLayoutData::seat_id

The seat ID.

Definition at line 38 of file customized_immersive.h.

◆ user_id

unsigned int CustomImmersiveLayoutData::user_id

The user ID.

Definition at line 39 of file customized_immersive.h.

◆ z_order

unsigned int CustomImmersiveLayoutData::z_order

The seat z order. Higher numbers are displayed on top of lower ones.

Definition at line 40 of file customized_immersive.h.