Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - keydown action to be performed when pressing a control key http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 KeyDown         Action to be performed when pressing a control key
--------------------------------------------------------------------------------
   Syntax: KeyDown( <nKey>, <nFlags> )  --> Nil

   Parameters:
   <nKey>      The value of the non-system key that was pressed.

   <nFlags>    Specifies the repeat count, scan code,
               extended-key flag, context code, previous key-state
               flag, and transition-state flag, For more information on
               these flags please consult the MS-Windows API
               documentation.

   Comments:
   This method handles all the WM_KEYDOWN messages Windows sends to
   this particular object. These messages are sent when a window has
   keyboard focus and when a NON-SYSTEM key (the <Alt> key was NOT
   pressed) is pressed. This method receives both the virtual keycode
   and a set of flags which can be used to determine more about the
   non-system key that was pressed.


Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson