xoreos
0.0.5
|
Screenshot writing. More...
#include "src/common/scopedptr.h"
#include "src/common/ustring.h"
#include "src/common/writefile.h"
#include "src/common/filepath.h"
#include "src/common/threads.h"
#include "src/common/datetime.h"
#include "src/graphics/types.h"
#include "src/graphics/images/screenshot.h"
Go to the source code of this file.
Namespaces | |
Graphics | |
Functions | |
bool | Graphics::constructFilename (Common::UString &filename) |
static bool | Graphics::writeBMP (const Common::UString &filename, const byte *data, int width, int height) |
bool | Graphics::takeScreenshot () |
Saves a screenshot to a file. More... | |
Screenshot writing.
Definition in file screenshot.cpp.