fpc/docs/kbdex
2001-09-12 22:39:49 +00:00
..
ex1.pp + Implemented first three examples 2001-09-09 21:53:45 +00:00
ex2.pp + Implemented first three examples 2001-09-09 21:53:45 +00:00
ex3.pp + Implemented first three examples 2001-09-09 21:53:45 +00:00
ex4.pp + Added examples 4 to 7 2001-09-12 22:39:49 +00:00
ex5.pp + Added examples 4 to 7 2001-09-12 22:39:49 +00:00
ex6.pp + Added examples 4 to 7 2001-09-12 22:39:49 +00:00
ex7.pp + Added examples 4 to 7 2001-09-12 22:39:49 +00:00
foot.tex
head.tex
keybutil.pp + Implemented first three examples 2001-09-09 21:53:45 +00:00
Makefile + Added examples 4 to 7 2001-09-12 22:39:49 +00:00
newex
README + Added examples 4 to 7 2001-09-12 22:39:49 +00:00
template.pp + Implemented first three examples 2001-09-09 21:53:45 +00:00

This directory contains the examples for the Keyboard unit

keybutil.pp contains some routines to convert keyevents to readable strings.

ex1.pp contains an example of the GetKeyEvent function.
ex2.pp contains an example of the GetKeyEventCode function.
ex3.pp contains an example of the GetKeyEventShiftState function.
ex4.pp contains an example of the PollKeyEvent function.
ex5.pp contains an example of the PutKeyEvent function.
ex6.pp contains an example of the PollShiftStateEvent function.
ex7.pp contains an example of the IsFunctionKey function.