PEN (statement)
From QB64 Wiki
The PEN statement enables/disables or suspends event trapping of the lightpen device which is seldom used today.
- PEN {ON|STOP|OFF}
Description:
- 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: