Documentation for graphex.ew v0.10.0
Table of Contents

Utils

  • func gfxPointInRect(point_x, point_y, rect)   Determine if point_x, point_y is inside the rectangle rect

    Documentation for graphex.ew v0.10.0
    Table of Contents

    [func]
    gfxPointInRect
    (point_x, point_y, rect)

    Determine if point_x, point_y is inside the rectangle rect

    Returns: True or False

    Category: Utils

    rect is a sequence {x1, y1, x2, y2} Not to be confused with gfxPointInSprite