Flash Lite 2.x and 3.0 ActionScript Language Reference

hasMouse (capabilities.hasMouse property)

public static hasMouse : Boolean [read-only]

Indicates whether the mobile device sends mouse-related events to a Flash Lite player.

This property returns true if the mobile device sends mouse-related events to a Flash Lite player. Otherwise, it returns false.

Example

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

 trace(System.capabilities.hasMouse);