fpc/docs/videoex
2002-05-12 18:42:33 +00:00
..
ex1.pp + Initial implementation 2001-10-10 22:13:43 +00:00
ex2.pp * fix bug report #1934 2002-05-12 18:42:33 +00:00
ex3.pp * fix bug report #1934 2002-05-12 18:42:33 +00:00
ex4.pp + Initial implementation 2001-10-10 22:13:43 +00:00
ex5.pp + Initial implementation 2001-10-10 22:13:43 +00:00
ex6.pp + Initial implementation 2001-10-10 22:13:43 +00:00
ex7.pp + Initial implementation 2001-10-10 22:13:43 +00:00
ex8.pp + Initial implementation 2001-10-10 22:13:43 +00:00
foot.tex + Initial implementation 2001-10-10 22:13:43 +00:00
head.tex + Initial implementation 2001-10-10 22:13:43 +00:00
Makefile + Made sure all tex examples are made 2001-10-31 19:33:39 +00:00
newex + Initial implementation 2001-10-10 22:13:43 +00:00
README + Added example of custom video driver 2001-10-15 20:39:10 +00:00
template.pp + Initial implementation 2001-10-10 22:13:43 +00:00
viddbg.pp + Added example of custom video driver 2001-10-15 20:39:10 +00:00
vidutil.pp * fix bug report #1934 2002-05-12 18:42:33 +00:00

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.