qck.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.
STRIG Statement
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Enables, disables, or suspends joystick event trapping; can be used with
 object-specific events.
 
    STRIG(n%) {ON | OFF | STOP}
 
    ■ n%    Value that specifies a joystick trigger:
 
            Value    Description
            ═════    ═══════════════════════════════════════════════════════
            0        Lower trigger, joystick A
            2        Lower trigger, joystick B
            4        Upper trigger, joystick A
            6        Upper trigger, joystick B
 
    ■ ON    Enables event trapping
 
    ■ OFF   Disables event trapping; if an event takes place, it is ignored
 
    ■ STOP  Suspends event trapping; any events that occur are remembered
            and processed as soon as a STRIG ON statement is executed
 
 See Also
    Error/Event Trapping Summary     Object Events Summary
    ON STRIG Statement               STICK Function
    STRIG Function