X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=TargetMouseBtn.h;h=a0b85166526544a45531e96f96655a62b09b7131;hb=9480992fac2c0b71851db8e4906e77e2128d8919;hp=29153d8ceddaf57a7cc0409c27beda15a7776f0e;hpb=a71f9eae29ac9df72aa15c2de80f6a82b5aca44e;p=enjoyable.git diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h index 29153d8..a0b8516 100644 --- a/TargetMouseBtn.h +++ b/TargetMouseBtn.h @@ -8,12 +8,8 @@ #import "Target.h" -@interface TargetMouseBtn : Target { - CGMouseButton which; -} +@interface TargetMouseBtn : Target -@property(readwrite) CGMouseButton which; - -+(TargetMouseBtn*) unstringifyImpl: (NSArray*) comps; +@property (assign) CGMouseButton which; @end