XGameUiTextEntryUpdatePositionHint

Updates the preferred positionining of the virtual keyboard.

Syntax

HRESULT XGameUiTextEntryUpdatePositionHint(  
         XGameUiTextEntryHandle handle,
         XGameUiTextEntryPositionHint positionHint 
)  

Parameters

handle   _In_
Type: XGameUiTextEntryHandle

Handle to the opened virtual keyboard.

positionHint   _In_
Type: XGameUiTextEntryPositionHint

Updates the preferred position to place the virtual keyboard.

Return value

Type: HRESULT

HRESULT success or error code. For a list of error codes, see Error Codes.

Requirements

Header: XGameUI.h

Library: xgameruntime.lib

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

See also

XGameUI