Main Menu

Keyboard Input very Slow

Started by Tio_Bit, December 02, 2006, 06:34:17 PM

Previous topic - Next topic

Tio_Bit

Is there any know issue with the keyboard input?

I'am using the last updates and for example when using "\Maps\Basic Collision"  the keyboard response is slow and maybe 1/2 second late. The problem is only there because Demos and other programs run fine.



kevin


  It tends to happen when programs run too fast.  Which can flood the input handler. 

  Try setting a max FPS, to avoid flooding.

ie.
  SetFPS  60

Tio_Bit

Quote from: kevin on December 02, 2006, 06:46:53 PM

  It tends to happen when programs run too fast.  Which can flood the input handler. 

  Try setting a max FPS, to avoid flooding.

ie.
  SetFPS  60


Tks, It fixs it.