fpc/docs/kbdex
2005-02-14 17:13:06 +00:00
..
ex1.pp + Added missing translatekeyevent after getkey, thanks to Pierre Pomes 2004-09-11 14:41:26 +00:00
ex2.pp * truncate log 2005-02-14 17:13:06 +00:00
ex3.pp * truncate log 2005-02-14 17:13:06 +00:00
ex4.pp
ex5.pp
ex6.pp * truncate log 2005-02-14 17:13:06 +00:00
ex7.pp * truncate log 2005-02-14 17:13:06 +00:00
ex8.pp
ex9.pp * truncate log 2005-02-14 17:13:06 +00:00
foot.tex
head.tex
logkeys.pp * truncate log 2005-02-14 17:13:06 +00:00
Makefile
newex
README
template.pp

This directory contains the examples for the Keyboard unit

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.
ex8.pp contains an example of the FunctionKeyName function.
logkeys.pp contains an example of a custom keyboard driver.
ex9.pp contains a demonstration program for the logkeys unit.