bool gb.collide.pointRect( int16_t pointX , int16_t pointY , uint16_t rectX , uint16_t rectY , uint16_t rectW , uint16_t rectH )
gb.collide.pointRect checks if a point collides with a rectangle, that is if the point is inside the rectangle.
bool - true if the point and the rectangle collide, otherwise false
N/A