Open GoogleCodeExporter opened 9 years ago
I've just tested by downloading the latest version (2.0.0.2) as well. It works
fine
up to the stage where you have only one tab in the demo application but once
you
open another tab and switch back to the tab where game is loaded the keys don't
get
passed.
Original comment by qaiserif...@googlemail.com
on 1 Sep 2008 at 1:39
I've managed to fix it but i am not sure if it is going to cause any problems.
If you comment out the line in function preprocessmessage where it calls the
base
preprocessmessage the problem goes away.
if (!handled)
{
//handled = base.PreProcessMessage(ref msg);
}
Original comment by qaiserif...@googlemail.com
on 2 Sep 2008 at 12:05
Original issue reported on code.google.com by
qaiserif...@googlemail.com
on 1 Sep 2008 at 12:52