[Overview][Constants][Types][Procedures and functions][Variables] |
Detect correct graphical driver to use
Source position: graphh.inc line 726
procedure DetectGraph( |
var GraphDriver: SmallInt; |
var GraphMode: SmallInt |
); |
DetectGraphchecks the hardware in the PC and determines the driver and screen-modus to be used. These are returned in Driverand Modus, and can be fed to InitGraph. See the InitGraphfor a list of drivers and modi.
None.
|
Initialize grpahical system |