michael 215ed78e32 + Added missing translatekeyevent after getkey, thanks to Pierre Pomes 21 anos atrás
..
Makefile b0d7f0a9f3 * more architecture independance 21 anos atrás
README db1b530e29 + Added demo for drivers and FunctionKeyName function 24 anos atrás
ex1.pp 215ed78e32 + Added missing translatekeyevent after getkey, thanks to Pierre Pomes 21 anos atrás
ex2.pp 6ff1f9d092 + Now actually demonstrates GetKeyEventCode 24 anos atrás
ex3.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit 24 anos atrás
ex4.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit 24 anos atrás
ex5.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit 24 anos atrás
ex6.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit 24 anos atrás
ex7.pp 96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit 24 anos atrás
ex8.pp db1b530e29 + Added demo for drivers and FunctionKeyName function 24 anos atrás
ex9.pp db1b530e29 + Added demo for drivers and FunctionKeyName function 24 anos atrás
foot.tex ac4225a280 + initial implementation 24 anos atrás
head.tex ac4225a280 + initial implementation 24 anos atrás
logkeys.pp 66ef7657db + Small cosmetic fix in log function 24 anos atrás
newex ac4225a280 + initial implementation 24 anos atrás
template.pp 49ae9f925e + Removed keybutil unit 24 anos atrás

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.