VR stylus and laser need longer timeout than mouse

This commit is contained in:
vladest 2017-11-11 16:10:00 +01:00
parent 9dbcff040d
commit 50ea08f3d5

View file

@ -14,7 +14,7 @@ Item {
property int count: 0
//timeout for press delay before swipe occurs
readonly property int pressDelayTime: 100
readonly property int pressDelayTime: HMD.active ? 150 : 100
// used to look up a button by its uuid
function findButtonIndex(uuid) {