API Docs for: 最后更新日期:2014年8月25日
Google搜索   
Show:

LMultitouchInputMode Class

Available since 1.8.9

The LMultitouchInputMode class provides values for the inputMode property in the LMultitouch class. These values set the type of touch events the canvas runtime dispatches when the user interacts with a touch-enabled device.

Constructor

LMultitouchInputMode

() public

Defined in ui/LMultitouchInputMode.js:1

Available since 1.8.9

Item Index

Properties

Properties

NONE

String public static

Defined in ui/LMultitouchInputMode.js:9

Available since 1.8.9

[static] Specifies that all user contact with a touch-enabled device is interpreted as a type of mouse event.

TOUCH_POINT

String public static

Defined in ui/LMultitouchInputMode.js:19

Available since 1.8.9

[static] Specifies that events are dispatched only for basic touch events, such as a single finger tap.