inputs.form 484 B

123456789101112131415161718192021222324252627
  1. form inputTestControls
  2. {
  3. width = 200
  4. height = 350
  5. alignment = ALIGN_TOP_RIGHT
  6. button showKeyboardButton
  7. {
  8. position = 10, 60
  9. size = 160, 100
  10. text = Show virtual keyboard
  11. }
  12. button captureMouseButton
  13. {
  14. position = 10, 180
  15. size = 160, 100
  16. text = Capture mouse
  17. }
  18. label restoreMouseLabel
  19. {
  20. position = 10, 250
  21. size = 160, 60
  22. text = Press space to restore mouse
  23. }
  24. }