X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseBtn.h;h=a0b85166526544a45531e96f96655a62b09b7131;hp=29153d8ceddaf57a7cc0409c27beda15a7776f0e;hb=3090f311c3406d9c157630bc9744b9b14aa42311;hpb=a71f9eae29ac9df72aa15c2de80f6a82b5aca44e 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