fpc/docs/videoex
2001-10-15 20:39:10 +00:00
..
ex1.pp
ex2.pp
ex3.pp
ex4.pp
ex5.pp
ex6.pp
ex7.pp
ex8.pp
foot.tex
head.tex
Makefile + Added example of custom video driver 2001-10-15 20:39:10 +00:00
newex
README + Added example of custom video driver 2001-10-15 20:39:10 +00:00
template.pp
viddbg.pp + Added example of custom video driver 2001-10-15 20:39:10 +00:00
vidutil.pp

This directory contains the examples for the video unit documentation.

vidutil.pp Contains the textout function.
viddbg.pp contains an example of how to write a custom video driver.

ex1.pp demonstrates the vidutil unit.
ex2.pp contains an example of the SetCursorPos function.
ex3.pp contains an example of the ClearScreen function.
ex4.pp contains an example of the GetCapabilities function.
ex5.pp contains an example of the GetCursorType function.
ex6.pp contains an example of the GetLockScreenCount function.
ex7.pp contains an example of the GetVideoMode function.
ex8.pp contains an example of the GetVideoModeCount function.