|
NAMEget_gfx_mode - Returns the id of the current graphics driver. Allegro game programming library. DESCRIPTIONThis function will let you determine which graphics driver is currently set by allegro. If no graphics driver is set, it will return GFX_NONE. RETURN VALUEReturns the id of the current graphics driver if there is one, or GFX_NONE if none is set. SEE ALSOset_gfx_mode(3), is_windowed_mode(3)
|