Does IEventHandler not like multiple keys pressed at once?

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
xycos

Does IEventHandler not like multiple keys pressed at once?

Post by xycos »

Is there a way to make IEventHandler accept multipl keys at once, or if not, what should I use for input?

Also, the framerate of input is about 20fps... Which is awesome, but is that the actual framerate at which the engine is running, or is there a seperate timer thing going on that I can pla around with?

Thanks and best of wishes,
-xy
Silbermünze
Posts: 34
Joined: Thu Sep 15, 2005 12:27 pm
Location: Stuttgart, Germany

Post by Silbermünze »

Running the plane C# example with some a button and a static text I get something around 2000FPS. So you should achieve more than 20FPS, based on your system. Don't know about the timer thing though.

Silbermünze
Locked