X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseBtn.h;fp=TargetMouseBtn.h;h=29153d8ceddaf57a7cc0409c27beda15a7776f0e;hp=921f29c2afeaf903f88bcf51aed10c36624817be;hb=a71f9eae29ac9df72aa15c2de80f6a82b5aca44e;hpb=530009447c5bbd360ac5023979cffc6d32a28df3 diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h index 921f29c..29153d8 100644 --- a/TargetMouseBtn.h +++ b/TargetMouseBtn.h @@ -9,10 +9,10 @@ #import "Target.h" @interface TargetMouseBtn : Target { - int which; + CGMouseButton which; } -@property(readwrite) int which; +@property(readwrite) CGMouseButton which; +(TargetMouseBtn*) unstringifyImpl: (NSArray*) comps;