abstract class vaseGui::GestureState

sys::Obj
  vaseGui::GestureState

@Js

dpToPixel

protected Int dpToPixel(Float d)

machine

Gesture machine { private set }

make

new make(Gesture machine)

makeEvent

GestureEvent makeEvent(MotionEvent e, Int type)

onEnter

virtual Void onEnter(MotionEvent e)

onEvent

abstract Void onEvent(MotionEvent e)

onExit

virtual Void onExit(MotionEvent e)