X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fwindows%2Fuser32%2Fuser32.factor;h=e57d9a566c3b250d1544ea0f9e58fb8145ddd2a7;hp=bc706fecd7e4b846352b573a5ddcde10455bfda6;hb=08aa27a112aebede856ae6c94e2d09b65093b0c4;hpb=968fea56d06769f02e4feb792f01c2bbd1697e61 diff --git a/basis/windows/user32/user32.factor b/basis/windows/user32/user32.factor index bc706fecd7..e57d9a566c 100644 --- a/basis/windows/user32/user32.factor +++ b/basis/windows/user32/user32.factor @@ -1643,7 +1643,7 @@ FUNCTION: HKL GetKeyboardLayout ( DWORD idThread ) ! FUNCTION: GetKeyboardLayoutList ! FUNCTION: GetKeyboardLayoutNameA ! FUNCTION: GetKeyboardLayoutNameW -! FUNCTION: GetKeyboardState +FUNCTION: BOOL GetKeyboardState ( BYTE *lpKeyState ) FUNCTION: int GetKeyboardType ( int nTypeFlag ) ! FUNCTION: GetKeyNameTextA ! FUNCTION: GetKeyNameTextW @@ -2129,7 +2129,7 @@ ALIAS: SystemParametersInfo SystemParametersInfoW ! FUNCTION: TileWindows ! FUNCTION: ToAscii ! FUNCTION: ToAsciiEx -! FUNCTION: ToUnicode +FUNCTION: int ToUnicode ( UINT wVirtKey, UINT wScanCode, BYTE *lpKeyState, LPWSTR pwszBuff, int cchBuff, UINT wFlags ) ! FUNCTION: ToUnicodeEx FUNCTION: BOOL TrackMouseEvent ( LPTRACKMOUSEEVENT lpEventTrack ) ! FUNCTION: TrackPopupMenu