waitKey without delay

that’s why I’ve introduced pollKey. currently only works properly on win32 because I don’t care about (or can build/test) other GUI libraries.

“at least” comes from the granularity of the OS scheduler and how it treats sleep calls.

“at most” means it’ll wait less, if a key was hit.