MouseIn CallableMouseIn(Left, Top, Width, Height): booleanCheck if the mouse position is within the boundaries of a given zone (Useful for UI components)ParametersLeft: numberStarting position on the X axisTop: numberStarting position on the Y axisWidth: numberWidth of the zoneHeight: numberHeight of the zoneReturns booleanReturns TRUE if the click occurred in the given zone
Check if the mouse position is within the boundaries of a given zone (Useful for UI components)