ChartDirector 7.0 (Java Edition)

JsChartViewer.isTouchEvent


Usage

isTouchEvent()

Description

Determines if the calling code is handling a touch event.

The same event handler can be used to handle multiple events. This method allows the handler to determine if it is handling a touch event.

Arguments

None

Return Value

True if the calling code is handling a touch event, otherwise false.