X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseBtn.h;h=2597b2d596fb5e92576f2c182527226e540e28ba;hp=29153d8ceddaf57a7cc0409c27beda15a7776f0e;hb=e2a4d830dd9817f6a515a3b1b6aa152d3bb98c2b;hpb=a71f9eae29ac9df72aa15c2de80f6a82b5aca44e diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h index 29153d8..2597b2d 100644 --- a/TargetMouseBtn.h +++ b/TargetMouseBtn.h @@ -3,17 +3,12 @@ // Enjoy // // Created by Yifeng Huang on 7/27/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import "Target.h" -@interface TargetMouseBtn : Target { - CGMouseButton which; -} +@interface TargetMouseBtn : Target -@property(readwrite) CGMouseButton which; - -+(TargetMouseBtn*) unstringifyImpl: (NSArray*) comps; +@property (nonatomic, assign) CGMouseButton button; @end