orx  1.14
Portable Game Engine
OrxScreenshot

Macros

#define orxSCREENSHOT_KU32_DEFAULT_DIGITS   4
 
#define orxSCREENSHOT_KZ_DEFAULT_BASE_NAME   "screenshot-"
 
#define orxSCREENSHOT_KZ_DEFAULT_DIRECTORY_NAME   "."
 
#define orxSCREENSHOT_KZ_DEFAULT_EXTENSION   "tga"
 

Functions

orxDLLAPI orxSTATUS orxFASTCALL orxScreenshot_Capture ()
 
orxDLLAPI void orxFASTCALL orxScreenshot_Exit ()
 
orxDLLAPI orxSTATUS orxFASTCALL orxScreenshot_Init ()
 
orxDLLAPI void orxFASTCALL orxScreenshot_Setup ()
 

Detailed Description

Screenshot module Module that captures screenshots

Macro Definition Documentation

#define orxSCREENSHOT_KU32_DEFAULT_DIGITS   4

Definition at line 71 of file orxScreenshot.h.

#define orxSCREENSHOT_KZ_DEFAULT_BASE_NAME   "screenshot-"

Definition at line 69 of file orxScreenshot.h.

#define orxSCREENSHOT_KZ_DEFAULT_DIRECTORY_NAME   "."

Misc

Definition at line 68 of file orxScreenshot.h.

#define orxSCREENSHOT_KZ_DEFAULT_EXTENSION   "tga"

Definition at line 70 of file orxScreenshot.h.

Function Documentation

orxDLLAPI orxSTATUS orxFASTCALL orxScreenshot_Capture ( )

Captures a screenshot

Returns
orxSTATUS_SUCCESS / orxSTATUS_FAILURE
orxDLLAPI void orxFASTCALL orxScreenshot_Exit ( )

Exits from the screenshot module

orxDLLAPI orxSTATUS orxFASTCALL orxScreenshot_Init ( )

Inits the screenshot module

Returns
orxSTATUS_SUCCESS / orxSTATUS_FAILURE
orxDLLAPI void orxFASTCALL orxScreenshot_Setup ( )

Screenshot module setup


Generated for orx by doxygen 1.8.11