> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XGameUiTextEntryExtents

> XGameUiTextEntryExtents

# XGameUiTextEntryExtents

Describes the relative positioning of the virtual keyboard.

## Syntax

```cpp theme={null}
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](/reference/system/xgameui/xgameui_members)\
[XGameUiTextEntryGetExtents](/reference/system/xgameui/functions/xgameuitextentrygetextents)


## Related topics

- [XGameUiTextEntryGetExtents](/reference/system/xgameui/functions/xgameuitextentrygetextents.md)
- [XGameUI](/reference/system/xgameui/xgameui_members.md)
- [XGameUiShowTextEntryUiCallback](/reference/system/xgameui/functions/xgameuishowtextentryuicallback.md)
- [XGameUiSetTextEntryUiResponse](/reference/system/xgameui/functions/xgameuisettextentryuiresponse.md)
- [XGameUiTextEntryOptions](/reference/system/xgameui/structs/xgameuitextentryoptions.md)
