Merge branch 'develop' into 102-input-priority

This commit is contained in:
Insality
2021-04-01 21:00:13 +03:00
7 changed files with 34 additions and 12 deletions

View File

@@ -55,6 +55,10 @@ M.PIVOTS = {
}
M.SYS_INFO = sys.get_sys_info()
M.CURRENT_SYSTEM_NAME = M.SYS_INFO.system_name
M.OS = {
ANDROID = "Android",
IOS = "iPhone OS",