X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=TargetMouseBtn.h;h=2597b2d596fb5e92576f2c182527226e540e28ba;hb=348408da39162d2d114c2094a0ff89eef3a36095;hp=921f29c2afeaf903f88bcf51aed10c36624817be;hpb=530009447c5bbd360ac5023979cffc6d32a28df3;p=enjoyable.git diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h index 921f29c..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 { - int which; -} +@interface TargetMouseBtn : Target -@property(readwrite) int which; - -+(TargetMouseBtn*) unstringifyImpl: (NSArray*) comps; +@property (nonatomic, assign) CGMouseButton button; @end