ImageResolutionTouchEventCapabilitiesScreenParamsScreenParamsImageResolutionGet the Resolution
Kind: Instance method of ScreenParams
Returns: ImageResolution - the KEY_RESOLUTION value
TouchEventCapabilitiesGet the TouchEventAvailable
Kind: Instance method of ScreenParams
Returns: TouchEventCapabilities - the KEY_TOUCH_EVENT_AVAILABLE value
ScreenParamsSet the Resolution
Kind: Instance method of ScreenParams
Returns: ScreenParams - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| resolution | ImageResolution |
The resolution of the prescribed screen area. - The desired Resolution. |
ScreenParamsSet the TouchEventAvailable
Kind: Instance method of ScreenParams
Returns: ScreenParams - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| available | TouchEventCapabilities |
Types of screen touch events available in screen area. - The desired TouchEventAvailable. |