org.havi.ui.event
Class HMouseCapabilities
java.lang.Object
org.havi.ui.event.HMouseCapabilities
public class HMouseCapabilities
- extends Object
This class is used to describe the (basic) mouse capabilities of
the platform.
This class is not intended to be constructed by
applications.
The parameters to the constructors are as follows, in cases where
parameters are not used, then the constructor should use the default
values.
Default parameter values exposed in the constructors
Parameter | Description | Default value |
Set method | Get method |
None. |
Default parameter values not exposed in the constructors
Description | Default value | Set method |
Get method |
None. |
getInputDeviceSupported
public static boolean getInputDeviceSupported()
- Determine if a mouse exists in the system.
- Returns:
- true if a mouse exists in the system, false otherwise.