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.
The following example traces the value of this read-only property:
trace(System.capabilities.hasMouse);