Ejemplo n.º 1
0
 public static bool CheckLMBClick(Rectangle Rect)
 {
     return(CheckIfInside(Rect, GeneralManager.MousePos) && GeneralManager.IsLMBClickedEdge());
 }