mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 12:53:09 +00:00
[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:
parent
02eeee15f0
commit
3cd3d896b7
21 changed files with 2246 additions and 107 deletions
|
@ -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 ********************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue