Control video output
Source position: cybergraphics.pas line 302
procedure CVideoCtrlTagList( |
ViewPort: PViewPort; |
TagList: PTagItem |
); |
ViewPort |
|
Pointer to a ViewPort of a CyberGraphX screen |
TagList |
|
Pointer to Taglist to control operation |
This function controls the video output of the gfx board to which the specified ViewPort belongs to.
Available Tags
(LongWord) Set the DPMS level for the specified viewport Supported levels are:
Snippet
{ set DPMS level } CVideoCtrlTags(@Scr^.ViewPort, [SETVC_DPMSLevel, DPMS_OFF, TAG_DONE]);
Some DPMS levels are not implemented for certain graphics cards