Flash Lite 2.x and 3.0 ActionScript Language Reference

hasQWERTYKeyboard (capabilities.hasQWERTYKeyboard property)

public static hasQWERTYKeyboard : Boolean [read-only]

Returns true if the Flash Lite player can process ActionScript code associated with all keys found on a standard QWERTY keyboard, including the BACKSPACE key.

Otherwise, this property returns false.

Example

The following example traces the value of this read-only property:

 trace(System.capabilities.hasQWERTYKeyboard);