mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 02:42:19 +02:00
press B to exit finger painting
This commit is contained in:
parent
fa7baaa5ba
commit
d66038fff2
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@
|
|||
controllerMapping.from(Controller.Standard.LeftGrip).to(leftHand.onGripPress);
|
||||
controllerMapping.from(Controller.Standard.RT).to(rightHand.onTriggerPress);
|
||||
controllerMapping.from(Controller.Standard.RightGrip).to(rightHand.onGripPress);
|
||||
controllerMapping.from(Controller.Standard.B).to(onButtonClicked);
|
||||
Controller.enableMapping(CONTROLLER_MAPPING_NAME);
|
||||
|
||||
// Connect handController outputs to paintBrush objects.
|
||||
|
|
Loading…
Reference in a new issue