Ignore:
Timestamp:
Nov 9, 2001, 4:39:12 PM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winkeyboard.h

    r7215 r7314  
    1 /* $Id: winkeyboard.h,v 1.2 2001-10-26 11:28:59 phaller Exp $ */
     1/* $Id: winkeyboard.h,v 1.3 2001-11-09 15:39:12 phaller Exp $ */
    22/*
    33 * Win32 <-> PM key translation
     
    99#ifndef __WINKEYBOARD_H__
    1010#define __WINKEYBOARD_H__
     11
     12
    1113
    1214BYTE WIN32API KeyTranslatePMToWin(BYTE key);
     
    2022BYTE WIN32API KeyTranslateWinScanToPMScan(BYTE bWinScan, BOOL fExtended);
    2123
     24#define KEYOVERLAYSTATE_DONTCARE 0
     25#define KEYOVERLAYSTATE_DOWN     1
     26#define KEYOVERLAYSTATE_UP       2
     27
     28void WIN32API KeySetOverlayKeyState(int nVirtKey,
     29                                    char nState);
     30
    2231
    2332#endif //__WINKEYBOARD_H__
Note: See TracChangeset for help on using the changeset viewer.