Synopsis
void ctl_gfx_draw_rectangle_wh(int x,
                               int y,
                               int w,
                               int h);
Description

ctl_gfx_draw_rectangle_wh draws a rectangle at coordinate (x, y) that is w pixels wide and h pixels high using the current pen color.