X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseBtn.h;h=a0b85166526544a45531e96f96655a62b09b7131;hp=921f29c2afeaf903f88bcf51aed10c36624817be;hb=44fe6f649589488b367eee7ffff240cecf8669ad;hpb=530009447c5bbd360ac5023979cffc6d32a28df3 diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h index 921f29c..a0b8516 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 which; @end