From 968fea56d06769f02e4feb792f01c2bbd1697e61 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Mon, 22 Apr 2019 16:48:42 +0200 Subject: [PATCH] windows.user32: add the GetKeyboardType function --- basis/windows/user32/user32.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/windows/user32/user32.factor b/basis/windows/user32/user32.factor index d961e8de85..bc706fecd7 100644 --- a/basis/windows/user32/user32.factor +++ b/basis/windows/user32/user32.factor @@ -1644,7 +1644,7 @@ FUNCTION: HKL GetKeyboardLayout ( DWORD idThread ) ! FUNCTION: GetKeyboardLayoutNameA ! FUNCTION: GetKeyboardLayoutNameW ! FUNCTION: GetKeyboardState -! FUNCTION: GetKeyboardType +FUNCTION: int GetKeyboardType ( int nTypeFlag ) ! FUNCTION: GetKeyNameTextA ! FUNCTION: GetKeyNameTextW FUNCTION: SHORT GetKeyState ( int nVirtKey ) -- 2.34.1