Actions
Added in 1.9.4
$inroundrect(x,y,x,y,w,h,w,h)
Returns $true if the point x y (the first ones) is inside the specified rounded rectangle, otherwise $false.
Parameters
Parameter | Description |
x | The first X coordinate. |
y | The first y coordinate. |
x | The second X coordinate. |
y | The second y coordinate. |
w | The first width. |
h | The first height. |
w | The second width. |
h | The second height. |
Updated by Per Amundsen over 1 year ago · 3 revisions