bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PEN Statements
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
PEN ON
PEN OFF
PEN STOP
 
    ■ PEN ON      Enables trapping of a lightpen event.
    ■ PEN OFF     Disables trapping of a lightpen event. Even if an
                  event takes place, it is not remembered.
    ■ PEN STOP    Suspends trapping of a lightpen event. Any events
                  that occur are trapped as soon as a PEN ON statement
                  is executed.
 
    ■ The lightpen requires an IBM Color Graphics Adapter.
    ■ The PEN statements are not available for OS/2 protected mode.
 
See Also    ON PEN    PEN Function