Mirage Source
probably a simple question... - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: probably a simple question... (/showthread.php?tid=1068)



probably a simple question... - Gilgamesch - 29-06-2007

soo, its a general question about the mirage client, you know the gameloop is being called all he time over and over, so it wont actually notice anything when you press a button or something while being in frmmirage and ingame, except if you put something somewhere to handle this stuff, and i cant find this piece of code where it tells the gameloop to still handle other stuff like keypresses while doing everything.

i hope you know what i mean, thanks.


Re: probably a simple question... - Matt - 29-06-2007

Sub HandleKeyPresses?

Or do you mean like form_keyup, form_keydown, etc?


Re: probably a simple question... - Gilgamesch - 29-06-2007

okey thanks, doevents was the one, but now, how come Form_MouseDown works, but Form_KeyDown doesnt?