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


Syntax:        L_ISCTRLR()


Purpose:       To determine if the Right Ctrl key is currently being
               pressed.


Arguments:     None.


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


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


Examples:      * Do this while both CTRL Keys are not being pressed.
               DO WHILE (! L_ISCTRL() .AND. ! L_ISCTRLR())

                    Put some code here....

               ENDDO


Language:      Assembler

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

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