abstract class vaseGui::GestureState
sys::Obj vaseGui::GestureState
@Js
- dpToPixel
- 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)