X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;ds=sidebyside;f=TargetMouseBtn.h;h=e8d80137cdc33363bc21d2f10f3898bb6301e41b;hb=16a7c0a04bd05f4012d5a97a53520802969cfc86;hp=921f29c2afeaf903f88bcf51aed10c36624817be;hpb=530009447c5bbd360ac5023979cffc6d32a28df3;p=enjoyable.git diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h index 921f29c..e8d8013 100644 --- a/TargetMouseBtn.h +++ b/TargetMouseBtn.h @@ -8,12 +8,8 @@ #import "Target.h" -@interface TargetMouseBtn : Target { - int which; -} +@interface TargetMouseBtn : Target -@property(readwrite) int which; - -+(TargetMouseBtn*) unstringifyImpl: (NSArray*) comps; +@property (assign) CGMouseButton button; @end