whitespace
This commit is contained in:
parent
48afb52ef1
commit
29eef560b0
@ -713,7 +713,7 @@ namespace pxsim.visuals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let bbox = this.element.getBoundingClientRect();
|
let bbox = this.element.getBoundingClientRect();
|
||||||
let ax = (ev.clientX - bbox.width / 2) / ( bbox.width / 3);
|
let ax = (ev.clientX - bbox.width / 2) / (bbox.width / 3);
|
||||||
let ay = (ev.clientY - bbox.height / 2) / (bbox.height / 3);
|
let ay = (ev.clientY - bbox.height / 2) / (bbox.height / 3);
|
||||||
|
|
||||||
let x = - Math.max(- 1023, Math.min(1023, Math.floor(ax * 1023)));
|
let x = - Math.max(- 1023, Math.min(1023, Math.floor(ax * 1023)));
|
||||||
|
Loading…
Reference in New Issue
Block a user