mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 05:53:10 +02:00
VR stylus and laser need longer timeout than mouse
This commit is contained in:
parent
9dbcff040d
commit
50ea08f3d5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Item {
|
||||||
property int count: 0
|
property int count: 0
|
||||||
|
|
||||||
//timeout for press delay before swipe occurs
|
//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
|
// used to look up a button by its uuid
|
||||||
function findButtonIndex(uuid) {
|
function findButtonIndex(uuid) {
|
||||||
|
|
Loading…
Reference in a new issue