evkeyboard.adoc 361 B

123456789101112131415161718192021
  1. = evkeyboard
  2. :author:
  3. :revnumber:
  4. :revdate: 2016/03/17 20:48
  5. :relfileprefix: ../../../
  6. :imagesdir: ../../..
  7. ifdef::env-github,env-browser[:outfilesuffix: .adoc]
  8. == KeyboardListener
  9. The KeyboardListener provides abstract methods for the following events:
  10. [source,java]
  11. ----
  12. void onKeyPress(KeyInputEvent evt);
  13. void onKeyRelease(KeyInputEvent evt);
  14. ----