X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseBtn.h;h=e8d80137cdc33363bc21d2f10f3898bb6301e41b;hp=921f29c2afeaf903f88bcf51aed10c36624817be;hb=c262a3d0972ba16257fd24a948ab04f528f80d33;hpb=530009447c5bbd360ac5023979cffc6d32a28df3 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