Enum LineEdit.VirtualKeyboardTypeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum LineEdit.VirtualKeyboardTypeEnum : long
Fields
Default = 0
Default text virtual keyboard.
EmailAddress = 5
Virtual keyboard with additional keys to assist with typing email addresses.
Multiline = 1
Multiline virtual keyboard.
Number = 2
Virtual number keypad, useful for PIN entry.
NumberDecimal = 3
Virtual number keypad, useful for entering fractional numbers.
Password = 6
Virtual keyboard for entering a password. On most platforms, this should disable autocomplete and autocapitalization.
Note: This is not supported on Web. Instead, this behaves identically to Default.
Phone = 4
Virtual phone number keypad.
Url = 7
Virtual keyboard with additional keys to assist with typing URLs.