901place
WatchMaker Feature Requests All the ideas and discussions
0 votes Vote

add a disable touchscreen property (Oreo feature)

this would allow us to easily disable touch for use with watersports etc.

Kevin Wilcox , 13.05.2018, 14:53
Idea status: under consideration

Comments

jorgemtrevino, 06.05.2020, 17:37
Partial Solution:

1. In main script:
var_s_lock = 1 and 0 or -1

2. In a touch zone define as tap action (script): var_s_lock = (var_s_lock + 1) %2

3. In the rest of the tap zones you want to lock, define as OPACITY: var_s_lock > 0 and 100 or -1

Works for me as padlock to prevent accidental trigger of functions or actions.

Leave a comment