peter e417e34496 * truncate log %!s(int64=20) %!d(string=hai) anos
..
Makefile b0d7f0a9f3 * more architecture independance %!s(int64=21) %!d(string=hai) anos
README db1b530e29 + Added demo for drivers and FunctionKeyName function %!s(int64=24) %!d(string=hai) anos
ex1.pp 215ed78e32 + Added missing translatekeyevent after getkey, thanks to Pierre Pomes %!s(int64=21) %!d(string=hai) anos
ex2.pp e417e34496 * truncate log %!s(int64=20) %!d(string=hai) anos
ex3.pp e417e34496 * truncate log %!s(int64=20) %!d(string=hai) anos
ex4.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit %!s(int64=24) %!d(string=hai) anos
ex5.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit %!s(int64=24) %!d(string=hai) anos
ex6.pp e417e34496 * truncate log %!s(int64=20) %!d(string=hai) anos
ex7.pp e417e34496 * truncate log %!s(int64=20) %!d(string=hai) anos
ex8.pp db1b530e29 + Added demo for drivers and FunctionKeyName function %!s(int64=24) %!d(string=hai) anos
ex9.pp e417e34496 * truncate log %!s(int64=20) %!d(string=hai) anos
foot.tex ac4225a280 + initial implementation %!s(int64=24) %!d(string=hai) anos
head.tex ac4225a280 + initial implementation %!s(int64=24) %!d(string=hai) anos
logkeys.pp e417e34496 * truncate log %!s(int64=20) %!d(string=hai) anos
newex ac4225a280 + initial implementation %!s(int64=24) %!d(string=hai) anos
template.pp 49ae9f925e + Removed keybutil unit %!s(int64=24) %!d(string=hai) anos

README

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.