mirror of
https://github.com/nasa/openmct.git
synced 2025-05-16 07:22:56 +00:00
[Mobile] Gestures
Distance change to differentiate between pan and pinch increased from 2 to 3.
This commit is contained in:
parent
c394151c46
commit
4fa29d30f5
@ -10,7 +10,7 @@ define(
|
|||||||
var RANGE_TICK_COUNT = 7,
|
var RANGE_TICK_COUNT = 7,
|
||||||
DOMAIN_TICK_COUNT = 5,
|
DOMAIN_TICK_COUNT = 5,
|
||||||
ZOOM_AMT = 0.02,
|
ZOOM_AMT = 0.02,
|
||||||
PINCH_DRAG_AMT = 2;
|
PINCH_DRAG_AMT = 3;
|
||||||
|
|
||||||
function MCTPlot() {
|
function MCTPlot() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user