| 12345678910111213141516171819202122232425262728 |
- form inputTestControls
- {
- width = 200
- height = 350
- alignment = ALIGN_BOTTOM_RIGHT
- consumeInputEvents = false
- 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
- }
- }
|