inputs.form 518 B

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