Navigation
API > API/Runtime > API/Runtime/Slate
| Name | EVirtualKeyboardTrigger |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h |
| Include Path | #include "Widgets/Text/ISlateEditableTextWidget.h" |
Syntax
enum EVirtualKeyboardTrigger
{
OnFocusByPointer,
OnAllFocusEvents,
}
Values
| Name | Remarks |
|---|---|
| OnFocusByPointer | Display the virtual keyboard when the widget gains keyboard focus by a pointer action. |
| OnAllFocusEvents | Display the virtual keyboard when the widget gains keyboard focus by any means. |