#include <CVideoDevice.h>
Inheritance diagram for CVideoDevice:
Public Member Functions | |
virtual zuint | Init (zulong video_width, zulong video_height) |
Inits the video device. | |
virtual zuint | Begin () |
Opens the video device. | |
virtual zuint | SetDisplay (CDisplay *display) |
Hooks the graphics engine display object. | |
virtual zuint | Loop () |
Main loop for the video device. | |
virtual zuint | End () |
Closes the video device. |
superclass for virtual display management
|
Opens the video device.
Reimplemented in CVideoDeviceWin32. |
|
Closes the video device.
Reimplemented in CVideoDeviceWin32. |
|
Inits the video device.
Reimplemented in CVideoDeviceWin32. |
|
Main loop for the video device.
Reimplemented in CVideoDeviceWin32. |
|
Hooks the graphics engine display object.
Reimplemented in CVideoDeviceWin32. |