Skip to main content

Module touchscreen

Module touchscreen 

Source
Expand description

Touchscreen — Page 持有的触摸输入实例。

D 类 method 纯本地状态:

  • current_touches() -> Vec<TouchPoint>
  • touch_count() -> usize

非 D 类 method(tap/startTouch/endTouch)走 transport(Input.dispatchTouchEvent)。

@trace REQ-BAO-API-006 [class:Touchscreen]

Structs§

TouchPoint
TouchPoint(触摸点)。
Touchscreen
Touchscreen 本地状态(Page 持有的实例)。