_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* table(ktable). |*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. |