RosettaCodeData/Task/Keyboard-input-Keypress-check/Gambas/keyboard-input-keypress-check.gambas
2023-07-01 13:44:08 -04:00

6 lines
100 B
Text

Public Sub Form_KeyPress()
'Requires a TextBox or similar on the Form to work
Print Key.Text;
End