carl 3bd6280073 * update makefiles for testing il y a 23 ans
..
Makefile 3bd6280073 * update makefiles for testing il y a 23 ans
README db1b530e29 + Added demo for drivers and FunctionKeyName function il y a 24 ans
ex1.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit il y a 24 ans
ex2.pp 6ff1f9d092 + Now actually demonstrates GetKeyEventCode il y a 24 ans
ex3.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit il y a 24 ans
ex4.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit il y a 24 ans
ex5.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit il y a 24 ans
ex6.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit il y a 24 ans
ex7.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit il y a 24 ans
ex8.pp db1b530e29 + Added demo for drivers and FunctionKeyName function il y a 24 ans
ex9.pp db1b530e29 + Added demo for drivers and FunctionKeyName function il y a 24 ans
foot.tex ac4225a280 + initial implementation il y a 24 ans
head.tex ac4225a280 + initial implementation il y a 24 ans
logkeys.pp 66ef7657db + Small cosmetic fix in log function il y a 24 ans
newex ac4225a280 + initial implementation il y a 24 ans
template.pp 49ae9f925e + Removed keybutil unit il y a 24 ans

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.