Quote:
Originally posted by Kaimetsu
I'd hardly say 'far' more efficient. None of us really know how Graal's internal workings are organised. I could argue that the use of event flags like keypressed takes more cpu time because it requires Graal to search the flag list, for example, but either way the difference in efficiency is going to be negligible.
|
I think it totally depends on the situation...
If you already need to use a timeout loop for something else... just add the key checks to it...
If you don't have any timeouts... don't bother with one. Just use keypressed...