[Lazarus] Key codes
dmitry boyarintsev
skalogryz.lists at gmail.com
Thu Sep 9 22:55:30 CEST 2010
2010/9/9 Alexander du Plessis <alexdup.main at gmail.com>:
> Where do I find the VK_ keycode constant definitions that could be used in
> KeyDown events?
LCLType unit.
You could found in your self. Type any VK_ constant, i.e. VK_UP. Right
click on the VK_UP and select Find Declaration in the context menu.
This will bring you to the constants list.
thanks,
dmitry
More information about the Lazarus
mailing list