Represents an overlay.
More...
#include <Overlay.h>
List of all members.
Detailed Description
Represents an overlay.
Definition at line 37 of file Overlay.h.
Constructor & Destructor Documentation
sdl::video::Overlay::Overlay |
( |
const Rect & |
rect, |
|
|
Uint32 |
format, |
|
|
const Surface & |
display |
|
) |
| [inline] |
sdl::video::Overlay::~Overlay |
( |
| ) |
[inline] |
Member Function Documentation
bool sdl::video::Overlay::display |
( |
Rect & |
dstRect | ) |
[inline] |
Displays the Overlay.
- Parameters:
-
rect | The rectangle onto which to blit. |
- Returns:
- True if successful, false otherwise.
Definition at line 73 of file Overlay.h.
bool sdl::video::Overlay::lock |
( |
| ) |
[inline] |
void sdl::video::Overlay::unlock |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: