14#include <AUI/Reflect/AEnumerate.h>
#define AUI_ENUM_VALUES(enum_t,...)
Defines all enum values for AEnumerate.
Definition AEnumerate.h:208
ATextInputActionIcon
Controls icons representing IME text input action the user is requested to perform.
Definition ATextInputActionIcon.h:26
@ SEARCH
Execute a search query, i.e., taking the user to the results of searching for the data they provided.
Definition ATextInputActionIcon.h:81
@ DONE
The user is done providing input to a group of inputs (in a form). Finalization behaviour should now ...
Definition ATextInputActionIcon.h:47
@ GO
The user has entered some kind of destination, e.g., street address. The "Go" button is intended to t...
Definition ATextInputActionIcon.h:59
@ NEXT
The user has done working with the current input source ands wants to move to the next one.
Definition ATextInputActionIcon.h:92
@ SEND
The user has composed some kind of message and intends to send it.
Definition ATextInputActionIcon.h:70
@ DEFAULT
There's no concrete input action. Let the OS decide which action is the most appropriate.
Definition ATextInputActionIcon.h:36