UNPKG

little-imgui

Version:
4 lines (3 loc) 133 B
export function inside(x, y, left, top, width, height) { return x >= left && x <= left + width && y >= top && y <= top + height; }