1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 13:31:23 +00:00
QB64-PE/internal/help/PEN_(statement).txt
2019-04-14 22:15:33 -03:00

26 lines
620 B
Plaintext

''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:''
*'''[[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)
{{PageNavigation}}