mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 00:03:42 +02:00
13 lines
659 B
Plaintext
13 lines
659 B
Plaintext
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.
|