unreal.VirtualKeyboardDismissAction
¶
- class unreal.VirtualKeyboardDismissAction¶
Bases:
unreal.EnumBase
EVirtual Keyboard Dismiss Action
C++ Source:
Module: Slate
File: ISlateEditableTextWidget.h
- TEXT_CHANGE_ON_DISMISS¶
Sends a text changed message when the virtual keyboard is dismissed by the user.
- Type
0
- TEXT_COMMIT_ON_ACCEPT¶
Send a text commit message if the user dismisses the keyboard by accepting text. Send a text changed message if the user cancels the virtual keyboard.
- Type
1
- TEXT_COMMIT_ON_DISMISS¶
Send a text commit message when the virtual keyboard is dismissed by the user.
- Type
2