AgateLib provides KeyDown and KeyUp events but no "KeyPressed" event.
Do I need to program it myself with a timer and KeyState or could you add something like a "KeyPressed" event?
Yeah, I figured it out now. I should have tested each event before asking :S .
The documentation says it "Event which occurs when a key is pressed.". Happens then MonoDevelop does not show documentation....
The KeyDown event operates
The KeyDown event operates like the KeyPressed event, it will be raised each time the key press should be repeated if a key is held down.
Yeah, I figured it out now. I
Yeah, I figured it out now. I should have tested each event before asking :S .
The documentation says it "Event which occurs when a key is pressed.". Happens then MonoDevelop does not show documentation....
Thanks for the replay.