mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 19:27:41 +02:00
Fix locations of dominant hand settings and update setup
This commit is contained in:
parent
bf69402219
commit
0f2176127e
1 changed files with 9 additions and 4 deletions
|
@ -963,6 +963,13 @@
|
|||
return;
|
||||
}
|
||||
|
||||
// Settings values.
|
||||
// TODO: API coming.
|
||||
dominantHand = RIGHT_HAND;
|
||||
/*
|
||||
dominantHand = TODO;
|
||||
*/
|
||||
|
||||
// Tablet/toolbar button.
|
||||
button = tablet.addButton({
|
||||
icon: APP_ICON_INACTIVE,
|
||||
|
@ -987,11 +994,9 @@
|
|||
editors[LEFT_HAND].setReferences(inputs[LEFT_HAND], editors[RIGHT_HAND]);
|
||||
editors[RIGHT_HAND].setReferences(inputs[RIGHT_HAND], editors[LEFT_HAND]);
|
||||
|
||||
// Dominant hand from settings.
|
||||
// TODO: API coming.
|
||||
dominantHand = RIGHT_HAND;
|
||||
// Settings changes.
|
||||
/*
|
||||
dominantHand = TODO;
|
||||
// TODO: API coming.
|
||||
TODO.change.connect(onDominantHandChanged);
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue