[OSK] Implement standard/enhanced keyboard handler (#1338)
[reactos.git] / base / applications / osk / main.h
index 67f08b2..a399aba 100644 (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 ********************************************************************/