FunctionsMouseInMouseIn CallableMouseIn(Left: number, Top: number, Width: number, Height: number): 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)