Fixing line directive codegen for ifs, handling vkey codes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user