Skip to content
ButtonTouchMethod

UI / ButtonTouchMethod

ButtonTouchMethod Enumeration

Button Touch Response Rules

Table of contents

Enumeration Members

Down = 1
DownAndUp = 0
PreciseTap = 2

Enumeration Members

Down

Down = 1

Clicking will trigger immediately upon touch, and touch will not be captured.


DownAndUp

DownAndUp = 0

Most button are like this. They are triggered only when they are press and lifted


PreciseTap

PreciseTap = 2

In the list, you can only click the button precisely. Moving the cursor will scroll through the list.