X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseBtn.h;h=2b3f836b8934ca29ac0a9090a998c8284d42b04c;hp=a0b85166526544a45531e96f96655a62b09b7131;hb=681ca0346ecb3f3da2c45a1a470601f15aad22cf;hpb=0a402879ee3beb79bb4d2270f909ad75eead0c96 diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h index a0b8516..2b3f836 100644 --- a/TargetMouseBtn.h +++ b/TargetMouseBtn.h @@ -3,13 +3,12 @@ // Enjoy // // Created by Yifeng Huang on 7/27/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import "Target.h" @interface TargetMouseBtn : Target -@property (assign) CGMouseButton which; +@property (assign) CGMouseButton button; @end