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 - <b>method keydown class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 METHOD KeyDown CLASS TWindow
--------------------------------------------------------------------------------
   TWindow:KeyDown( <nKey>, <nFlags> )  -->

Function: 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.

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.


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