Skip to content
Snippets Groups Projects
Unverified Commit 7e83e06a authored by juan-bobo's avatar juan-bobo Committed by GitHub
Browse files

Configure the deadzone

parent 151a907e
No related branches found
No related tags found
No related merge requests found
function msft_mr_axis_with_deadzone(el, outputPrefix) { function msft_mr_axis_with_deadzone(el, outputPrefix) {
this.el = el; this.el = el;
this.outputPrefix = outputPrefix; this.outputPrefix = outputPrefix;
this.deadzone = 0.01; this.deadzone = 0.1;
this.emitAxisMoveWithDeadzone = this.emitAxisMoveWithDeadzone.bind(this); this.emitAxisMoveWithDeadzone = this.emitAxisMoveWithDeadzone.bind(this);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment