]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/user32/user32.factor
windows.user32: add the GetKeyboardType function
[factor.git] / 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 )