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_isaltr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_ISALTR()


Syntax:        L_ISALTR()


Purpose:       To determine if the Right Alt Key is currently being
               pressed.


Arguments:     None


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


Usage:         Not all systems have keyboards with a Right Alt key!


Examples:      * Do this while both Alt Keys are not being pressed.
               DO WHILE (!L_ISALT() .AND. !L_ISALTR())

                    Put some code here....

               ENDDO


Language:      Assembler

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

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