Added Virtual Keyboard support on Client app

This commit is contained in:
CMS3762\carminatini
2018-02-20 11:54:53 +01:00
parent a5d919e159
commit a1b66231a3
7 changed files with 98 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ namespace Client.Config.SubModels
public Color TranspColor { get; set; }
public Rendering RenderingMethod { get; set; }
public Boolean RunningOnSecondaryScreen { get; set; }
public Boolean ShowVirtualKeyboard { get; set; }
public Boolean DeveloperMode { get; set; }
}
}