diff -r 7e0cfc5f0944 -r 440763821484 src/Config.hh --- a/src/Config.hh Mon Dec 08 21:15:52 2008 +0000 +++ b/src/Config.hh Mon Dec 08 21:18:08 2008 +0000 @@ -25,6 +25,12 @@ // Simulation const uint16_t PHYSICS_TICK_MS = 10; +/** Input handling keyboard poll interval */ +const TimeMS INPUT_POLL_INTERVAL = 10; + +/** How long to block INPUT_FLAG_NOREPEAT for */ +const TimeMS INPUT_REPEAT_DELAY = 250; + /** * The force of gravity on objects, exerted on the Y axis */