a SDL_Rect with methods  
 More...
#include <rect.hpp>
|  | 
|  | Rect (const SDL_Rect &r) | 
|  | 
|  | Rect (int x, int y, int w, int h) | 
|  | 
| bool | empty () const noexcept | 
|  | 
| bool | has_point (const SDL_Point &p) const noexcept | 
|  | 
| bool | has_point (int x, int y) const noexcept | 
|  | 
| bool | operator== (const SDL_Rect &r) const noexcept | 
|  | 
| bool | operator!= (const SDL_Rect &r) const noexcept | 
|  | 
The documentation for this struct was generated from the following file: