1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 13:30:23 +00:00
qb64/internal/help/PEN_(statement).txt

26 lines
620 B
Plaintext
Raw Normal View History

2017-10-10 14:55:21 +00:00
''This page is maintained for historic purposes. The keyword is not supported in QB64.''
----
The '''PEN''' statement enables/disables or suspends event trapping of the lightpen device which is seldom used today.
{{PageSyntax}}
:: PEN {ON|STOP|OFF}
''Description:''
2017-10-10 14:55:21 +00:00
*'''[[Keywords currently not supported by QB64|Not supported in QB64.]]'''
* PEN [[ON]] - enables event trapping (automatically enabled with [[ON PEN]] though)
* PEN [[OFF]] - disables event trapping.
* PEN [[STOP]] - suspends event trapping (use PEN ON to enable it again).
''See also:''
* [[ON PEN]], [[PEN]] (function)
2019-04-15 01:15:33 +00:00
{{PageNavigation}}