]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
OSK disable command line parameter
authorToni Wilen <twilen@winuae.net>
Sun, 3 Mar 2024 17:00:41 +0000 (19:00 +0200)
committerToni Wilen <twilen@winuae.net>
Sun, 3 Mar 2024 17:00:41 +0000 (19:00 +0200)
od-win32/win32.cpp

index 57de75e9e4ff8fc752cb618f244c134988c1e059..8b66890d39b4177cbcdbecedc82ae82120c27d73 100644 (file)
@@ -7137,6 +7137,10 @@ static int parseargs(const TCHAR *argx, const TCHAR *np, const TCHAR *np2)
                key_swap_hack = getval(np);
                return 2;
        }
+       if (!_tcscmp(arg, _T("osk"))) {
+               on_screen_keyboard = getval(np);
+               return 2;
+       }
 
 #endif
        return 0;