Home
last modified time | relevance | path

Searched refs:onSwipe (Results 1 – 1 of 1) sorted by relevance

/plugin/moaieditor/scripts/
Dlayout_vphone.js181 new MoaiEditor.Swipe(this.left, this.onSwipe.bind(this), 120);
182 new MoaiEditor.Swipe(this.rightButtons, this.onSwipe.bind(this), 120);
212 onSwipe(direction) { method in MoaiEditor.LayoutPhoneVertical