XGameUiTextEntryExtents

Describes the relative positioning of the virtual keyboard.

Syntax

struct XGameUiTextEntryExtents {  
    float left;  
    float top;
    float right;
    float bottom;
} 

Members

left Type: float

Relative position of the left side of the virtual keyboard. The value will be between 0.0f and 1.0f, representing the percentage of the screen.

top Type: float

Relative position of the top side of the virtual keyboard. The value will be between 0.0f and 1.0f, representing the percentage of the screen.

right Type: float

Relative position of the right side of the virtual keyboard. The value will be between 0.0f and 1.0f, representing the percentage of the screen.

bottom Type: float

Relative position of the bottom side of the virtual keyboard. The value will be between 0.0f and 1.0f, representing the percentage of the screen.

Requirements

Header: XGameUI.h

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

XGameUI
XGameUiTextEntryGetExtents