Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_ishift()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_ISHIFT()


Syntax:        L_ISHIFT()


Purpose:       To determine if the Left Shift key is currently being
               pressed.


Arguments:     None.


Returns:       A logical (.T.) if the Left shift key is currently
               pressed else returns a logical (.F.).


Examples:      * Do this while both SHIFT Keys are being pressed.
               DO WHILE (L_ISHIFT() .AND. L_ISHIFTR())

                    Put some code here....

               ENDDO


Language:      Assembler

See Also: L_ISALT() L_ISALTR() L_ISCTRL() L_ISCTRLR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson