Fixing line directive codegen for ifs, handling vkey codes

This commit is contained in:
Krzosa Karol
2022-10-01 22:40:13 +02:00
parent 84254fb6dc
commit 4451553e85
4 changed files with 23 additions and 12 deletions

View File

@@ -3,4 +3,5 @@
WinMain :: (hInstance: HINSTANCE, hPrevInstance: HINSTANCE, lpCmdLine: LPSTR, nShowCmd: int): int
StartMultimedia(title = "Hello, people!")
for UpdateMultimedia()
pass
if Mu.key[Key.Escape].is_down
Mu.quit = true