Enumeration

WPEPlatformInputPurpose

Declaration

enum WPEPlatform.InputPurpose

Description [src]

Describes primary purpose of the input widget.

This information is useful for on-screen keyboards and similar input methods to decide which keys should be presented to the user.

Members

Name Description
WPE_INPUT_PURPOSE_FREE_FORM

Allow any character.

WPE_INPUT_PURPOSE_ALPHA

Allow only alphabetic characters.

WPE_INPUT_PURPOSE_DIGITS

Allow only digits.

WPE_INPUT_PURPOSE_NUMBER

Edited field expects numbers.

WPE_INPUT_PURPOSE_PHONE

Edited field expects phone number.

WPE_INPUT_PURPOSE_URL

Edited field expects URL.

WPE_INPUT_PURPOSE_EMAIL

Edited field expects email address.

WPE_INPUT_PURPOSE_NAME

Edited field expects the name of a person.

WPE_INPUT_PURPOSE_PASSWORD

Like WPE_INPUT_PURPOSE_FREE_FORM, but characters are hidden.

WPE_INPUT_PURPOSE_PIN

Like WPE_INPUT_PURPOSE_DIGITS, but characters are hidden.

WPE_INPUT_PURPOSE_TERMINAL

Allow any character, in addition to control codes.