Game Development Community

Mouse lag in > 200fps weirdness

by Phil Carlisle · in Torque Game Engine Advanced · 10/27/2006 (6:03 am) · 2 replies

I recall seeing this before in other games and for the life of me I cant remember the casue/fix.

Basically, sometimes when I run air ace at the main menu (where we render a bunch of full screen alpha effects) I get a pretty nasty > .5 sec mouse lag.

That is, I can move my physical mouse.. and about half a second later, it appears on the screen.

I do recall reading about this exact issue, but simply dont remember what fixed it.

Anyone else had this or remember what causes it or what fixes it?

Phil.

#1
10/27/2006 (6:09 am)
Try forcing this to true:

Quote:
$pref::Video::killFramesAhead
#2
10/27/2006 (8:49 am)
Thanks Stefan, that got it.