source:
trunk/include/winkeyboard.h@
6552
Last change on this file since 6552 was 1631, checked in by , 26 years ago | |
---|---|
File size: 378 bytes |
Line | |
---|---|
1 | /* $Id: winkeyboard.h,v 1.1 1999-11-08 13:45:35 sandervl Exp $ */ |
2 | /* |
3 | * Win32 <-> PM key translation |
4 | * |
5 | * |
6 | * Project Odin Software License can be found in LICENSE.TXT |
7 | * |
8 | */ |
9 | #ifndef __WINKEYBOARD_H__ |
10 | #define __WINKEYBOARD_H__ |
11 | |
12 | BYTE WIN32API KeyTranslatePMToWin(BYTE key); |
13 | void WIN32API KeyTranslatePMToWinBuf(BYTE *pmkey, BYTE *winkey, int nrkeys); |
14 | |
15 | #endif //__WINKEYBOARD_H__ |
Note:
See TracBrowser
for help on using the repository browser.