Skip to content
ButtonTouchMethod

界面 / ButtonTouchMethod

ButtonTouchMethod Enumeration
​

按钮触摸响应规则

Table of contents ​

Enumeration Members
​

Down = 1
DownAndUp = 0
PreciseTap = 2

Enumeration Members ​

Down
​

• Down = 1

点击将在触碰时立即触发,触碰将不会被捕获。


DownAndUp
​

• DownAndUp = 0

大多数按钮都是这样的按下并且抬起才会触发


PreciseTap
​

• PreciseTap = 2

在列表中,只能通过精确点击按钮。 移动指针将滚动列表。