| 123456789101112131415161718192021222324252627 |
- form inputTestControls
- {
- width = 200
- height = 350
- alignment = ALIGN_TOP_RIGHT
- button showKeyboardButton
- {
- position = 10, 60
- size = 160, 100
- text = Show virtual keyboard
- }
- button captureMouseButton
- {
- position = 10, 180
- size = 160, 100
- text = Capture mouse
- }
-
- label restoreMouseLabel
- {
- position = 10, 250
- size = 160, 60
- text = Press space to restore mouse
- }
- }
|