]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.user32: add the GetKeyboardType function
authorAlexander Iljin <ajsoft@yandex.ru>
Mon, 22 Apr 2019 14:48:42 +0000 (16:48 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Apr 2019 05:16:58 +0000 (22:16 -0700)
basis/windows/user32/user32.factor

index d961e8de85f2b1ab1d7e9030d4974d9e3e890a73..bc706fecd7e4b846352b573a5ddcde10455bfda6 100644 (file)
@@ -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 )