shoebox/HyperTouch

When I compile my nmml, I got an error.

shuhankuang opened this issue · 0 comments

../../../../extensions/HyperTouch/src/fr/hyperfiction/hypertouch/gestures/GestureSwipe.hx:80: characters 4-38 : fr.hyperfiction.hypertouch.#HyperTouch has no field onTransformGesture

did I miss something?

PS.
ok, I found the answer.

if signal

HyperTouch.onTransformGesture.emit( ev );

else

stage_emit( ev );

end