Exemplo n.º 1
0
 public static bool JustdidLeftClick(StringLayer s)
 {
     return(JustdidLeftClick() && IsOn(s));
 }
Exemplo n.º 2
0
 public static bool IsOn(StringLayer s)
 {
     return(s.GetBound().Contains(GetPos()));
 }