Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::InputTextEntryRequests::VirtualKeyboardOptions Struct Reference

#include <InputTextEntryRequestBus.h>

Public Attributes

AZStd::string m_initialText
 The virtual keyboard's initial text.
 
AZStd::string m_titleText
 The virtual keyboard's title text.
 
float m_normalizedMinY = 0.0f
 The virtual keyboard's minimum y position normalized.
 
LocalUserId m_localUserId = LocalUserIdAny
 The local user to operate the keyboard.
 

Detailed Description

Options to specify the appearance and/or behavior of any on-screen virtual keyboard that may be displayed to the user for entering text. Depending on the specific implementation, not all of these options will be relevant, in which case they will be completely ignored.


The documentation for this struct was generated from the following file: