Melchior FRANZ writes: > I'm now running fgfs on a computer that is almost 10 times as fast as my > previous one, and it looks like "repeatable" joystick button actions > are now triggered with the tenfold frequency as well. Much too fast > for my hat-controlled rudder. Should FGInput::update/_update_keyboard > be throttled to a constant frequency depending on dt rather than on > the cpu frequency?
Yes, it should. At the time that I wrote the original input module, we had no easy, standard way to do this, but now we do. I'll try to get to it this week. Any suggestions on what the standard default repeat frequency should be? All the best, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
