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