fpc/docs/kbdex
carl 3bd6280073 * update makefiles for testing
* update example which did not compile
2002-11-10 12:22:10 +00:00
..
ex1.pp + Removed need for keybutil unit by incorporating it in the keyboard unit 2001-09-21 21:17:37 +00:00
ex2.pp + Now actually demonstrates GetKeyEventCode 2001-10-10 20:14:09 +00:00
ex3.pp + Removed need for keybutil unit by incorporating it in the keyboard unit 2001-09-21 21:17:37 +00:00
ex4.pp + Removed need for keybutil unit by incorporating it in the keyboard unit 2001-09-21 21:17:37 +00:00
ex5.pp + Removed need for keybutil unit by incorporating it in the keyboard unit 2001-09-21 21:17:37 +00:00
ex6.pp + Removed need for keybutil unit by incorporating it in the keyboard unit 2001-09-21 21:17:37 +00:00
ex7.pp + Removed need for keybutil unit by incorporating it in the keyboard unit 2001-09-21 21:17:37 +00:00
ex8.pp + Added demo for drivers and FunctionKeyName function 2001-10-03 21:36:58 +00:00
ex9.pp + Added demo for drivers and FunctionKeyName function 2001-10-03 21:36:58 +00:00
foot.tex + initial implementation 2001-09-09 15:22:04 +00:00
head.tex + initial implementation 2001-09-09 15:22:04 +00:00
logkeys.pp + Small cosmetic fix in log function 2001-10-03 21:54:39 +00:00
Makefile * update makefiles for testing 2002-11-10 12:22:10 +00:00
newex + initial implementation 2001-09-09 15:22:04 +00:00
README + Added demo for drivers and FunctionKeyName function 2001-10-03 21:36:58 +00:00
template.pp + Removed keybutil unit 2001-10-03 21:58:50 +00:00

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.