#include <CVideoDeviceWin32.h>
Inheritance diagram for CVideoDeviceWin32:

Public Member Functions | |
| zuint | Init (zulong video_width, zulong video_height) |
| Inits the video device. | |
| zuint | Begin () |
| Opens the video device. | |
| virtual zuint | SetDisplay (CDisplay *display) |
| Hooks the graphics engine display object. | |
| zuint | Loop () |
| Main loop for the video device. | |
| zuint | End () |
| Closes the video device. | |
class for win32 display management
|
|
Opens the video device.
Reimplemented from CVideoDevice. |
|
|
Closes the video device.
Reimplemented from CVideoDevice. |
|
||||||||||||
|
Inits the video device.
Reimplemented from CVideoDevice. |
|
|
Main loop for the video device.
Reimplemented from CVideoDevice. |
|
|
Hooks the graphics engine display object.
Reimplemented from CVideoDevice. |