eyeDrops  v2.3
A new approach to detecting eye blinks.
AnimationViewController.h
Go to the documentation of this file.
1 
31 #import <Cocoa/Cocoa.h>
32 #import "AnimationView.h"
33 
42 @interface AnimationViewController : NSViewController
43 
47 - (void)startTestAnimation;
48 
52 - (void)startAnimation;
53 
57 - (void)stopAnimation;
58 
59 @end
void startAnimation()
Definition: AnimationViewController.m:65
void stopAnimation()
Definition: AnimationViewController.m:72
This class controlls the animation view.
Definition: AnimationViewController.h:42
void startTestAnimation()
Definition: AnimationViewController.m:58
Header file containing the animation view class.