1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 14:41:21 +00:00
QB64-PE/internal/help/PEN_(statement).txt

19 lines
531 B
Plaintext

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|Currently 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}}