mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-12 16:03:16 +02:00
Tune press delay to be able to swipe tablet pages easier
This commit is contained in:
parent
637a4ff357
commit
9dbcff040d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Item {
|
|||
property int count: 0
|
||||
|
||||
//timeout for press delay before swipe occurs
|
||||
readonly property int pressDelayTime: 50
|
||||
readonly property int pressDelayTime: 100
|
||||
|
||||
// used to look up a button by its uuid
|
||||
function findButtonIndex(uuid) {
|
||||
|
|
Loading…
Reference in a new issue