[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Get a copy of the current video driver.
Source position: videoh.inc line 123
procedure GetVideoDriver( |
var Driver: TVideoDriver |
); |
GetVideoDriver returns the currently active video driver record in Driver. It can be used to clone the current video driver, or to override certain parts of it using the SetVideoDriver call.
None.
|
Install a new video driver. |