Split Mainloop into Unix, Net and Windows drivers so we can properly implement Windows input

This commit is contained in:
miguel
2018-05-14 23:13:08 -04:00
parent 92d35cde97
commit c5a3b7b01e
2 changed files with 238 additions and 183 deletions

View File

@@ -1,7 +1,7 @@
[*.cs]
indent_style = tab
tab_widt = 8
csharp_new_line_before_open_brace = false
tab_width = 8
csharp_new_line_before_open_brace = true
csharp_new_line_before_else = false
csharp_new_line_before_catch = false
csharp_new_line_before_finally = false