enum abstract SoftKeyboardType(Null<Int>)
package openfl.text
Available on AIR, Android, HashLink, Linux, Neko, Windows, iOS, macOS
The SoftKeyboardType class defines the types of soft keyboards for mobile
applications. You select the keyboard type with the softKeyboardType
property on the text input control.
See also:
Variables
inlineread onlyCONTACT:SoftKeyboardType = 0
A keypad designed for entering a person's name or phone number. This keyboard type does not support auto-capitalization.
inlineread onlyDECIMAL:SoftKeyboardType = 1
A keyboard optimized for entering numbers along with a decimal.
inlineread onlyEMAIL:SoftKeyboardType = 3
A keyboard optimized for specifying email addresses. This type features the "&", "." and space characters prominently.
inlineread onlyNUMBER:SoftKeyboardType = 4
A numeric keypad designed for PIN entry. This type features the numbers 0 through 9 prominently. This keyboard type does not support auto-capitalization.
inlineread onlyPHONE:SoftKeyboardType = 5
A keyboard optimized for entering phone numbers. This type features the numbers along with "+"," and "#" characters prominently.
inlineread onlyURL:SoftKeyboardType = 7
A keyboard optimized for entering URLs. This type features ".", "/", and ".com" prominently.