Skip to content

Instantly share code, notes, and snippets.

@danzeeeman
Created February 9, 2013 21:02
Show Gist options
  • Save danzeeeman/4747101 to your computer and use it in GitHub Desktop.
Save danzeeeman/4747101 to your computer and use it in GitHub Desktop.
void testApp::update(){
fingerMovie.update();
if(!fingerMovie.isPlaying()){
cout<<"video not playing"<<endl;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment