#include <InputDeviceVirtualKeyboard.h>
Static Public Attributes | |
| static constexpr InputChannelId | EditClear {"virtual_keyboard_edit_enter"} |
| < The clear command used to indicate the user wants to clear the active text field | |
| static constexpr InputChannelId | EditEnter {"virtual_keyboard_edit_clear"} |
| static constexpr InputChannelId | NavigationBack {"virtual_keyboard_navigation_back"} |
| All virtual keyboard command ids. | |
| static constexpr AZStd::array | All |
All the input channel ids that identify virtual keyboard commands which systems may need to respond to.
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
< The clear command used to indicate the user wants to clear the active text field
The enter/return/close command used to indicate the user has finished text editing
|
inlinestaticconstexpr |
The back command used to indicate the user wants to navigate 'backwards'. This is specific to android devices, and does not have an ios equivalent.