예제 #1
0
 public static bool JustdidLeftClick(StringLayer s)
 {
     return(JustdidLeftClick() && IsOn(s));
 }
예제 #2
0
 public static bool IsOn(StringLayer s)
 {
     return(s.GetBound().Contains(GetPos()));
 }