@@ -62,6 +62,16 @@ func (p *Point) InRect(r *Rect) bool { return false }// InRect reports whether the point resides inside a rectangle. // (https://wiki.libsdl.org/SDL_PointInRect) func (p *FPoint) InRect(r *FRect) bool {if...