C# game input question:
i know how to do simple hardcoded event driven input (pic). in addition to this, i usually find it useful to be able to do polling based input (i.e. you can ask, at any moment if any key is down or up)
how might one approach this in C# (.net)?