Skip to content

Instantly share code, notes, and snippets.

@itokami1123dev
Last active December 21, 2015 16:09
Show Gist options
  • Save itokami1123dev/6331434 to your computer and use it in GitHub Desktop.
Save itokami1123dev/6331434 to your computer and use it in GitHub Desktop.
福岡Haxe勉強会 feat. HTML5+α @福岡 - 第0x00回用のメモ
if ( frame.gestures && frame.gestures.length ){
var gesture = frame.gestures[0];
var info = {
id: gesture.id,
type: gesture.type,
duration: gesture.duration
};
this.data.setLeapGesture( info);
}else{
this.data.clearLeapGesture();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment