hasPoint

fun hasPoint(px: Float, py: Float): Boolean

Determines if the point is in the controls bounding rectangle.

Return

true if it contains; false otherwise

Parameters

px

the x coord in global

py

the y coord in global