Move logic into messages rather than directly in the callback functions.
[enjoyable.git] / TargetMouseMove.h
1 //
2 // TargetMouseMove.h
3 // Enjoy
4 //
5 // Created by Yifeng Huang on 7/26/12.
6 // Copyright (c) 2012 __MyCompanyName__. All rights reserved.
7 //
8
9 #import "Target.h"
10
11 @interface TargetMouseMove : Target
12
13 @property (assign) int axis;
14
15 @end