[OSK] Implement standard/enhanced keyboard handler (#1338)

- Add the respective standard keyboard resource.
- Implement the standard/enhanced keyboard dialog switcher.
- Implement save/load handler.
- Move the warning box conditinal check (bShowWarning) to wWinMain application entry point (this will prevent the modal welcome box from displaying each time the user switches into another dialog).

CORE-14428
This commit is contained in:
Bișoc George 2019-02-10 16:04:16 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent 02eeee15f0
commit 3cd3d896b7
21 changed files with 2246 additions and 107 deletions

View file

@ -24,6 +24,7 @@ typedef struct
/* FIXME: To be deleted when ReactOS will support WS_EX_NOACTIVATE */
HWND hActiveWnd;
BOOL bShowWarning;
BOOL bIsEnhancedKeyboard;
} OSK_GLOBALS;
/* DEFINES ********************************************************************/