From 7b93964f9fda7241b634c35e99e69baab1368be1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 30 Dec 2015 07:50:02 +0300 Subject: [PATCH] some tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui.js | 14 ++++++++++++-- ui (gen4)/index.html | 2 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index faa24f25..413097bd 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -2780,10 +2780,20 @@ module.DirectControlGSAP = core.ImageGridFeatures.Feature({ }) +// XXX try direct control with hammer.js // XXX load state from config... // XXX sometimes this makes the indicator hang for longer than needed... -// XXX try direct control with hammer.js -// XXX use this with hammer.js taps... +// XXX BUG: this conflicts a bit whith ui-clickable... +// ...use this with hammer.js taps instead... +// XXX might be a good idea to make a universal and extensible control +// mode toggler... +// ...obvious chice would seem to be a meta toggler: +// config['control-mode'] = { +// : +// } +// and the action will toggle the given mode on and the previous +// off... +// XXX this seems a bit too complicated... var IndirectControl = module.IndirectControl = core.ImageGridFeatures.Feature({ title: '', diff --git a/ui (gen4)/index.html b/ui (gen4)/index.html index 7df2504c..9af173a3 100755 --- a/ui (gen4)/index.html +++ b/ui (gen4)/index.html @@ -2,6 +2,8 @@ + +