#include <screendump.h>
Public Member Functions | |
| void | dumpImage (char *filename) |
| void | videoDumpScreen () |
| void | takeScreenShot () |
| int | key_down (SDLKey key) |
| void | key_up (SDLKey key) |
| void | video_step (float delta_time, Scene *scene) |
| void | record (float time_step, Scene *scene) |
| void | draw () |
| void | enableRecording () |
| void | setFont (AdsoFont *f) |
| ScreenDump () | |
Public Attributes | |
| Record * | rec |
| int | rec_pointer |
| int | gen_pointer |
| int | gen_frame |
| float | rec_timer |
| float | pb_time |
| int | video_edit_mode |
| int | video_generate |
| int | video_preview |
| float | video_frame_rate |
| int | videoRewind |
| int | videoForward |
| int | videoFastRewind |
| int | videoFastForward |
| int | keyFrames [256] |
| int | keyFrameCount |
| AdsoFont * | font |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2