ctrl a better fire button than mouse1?

Heya
Has anyone encountered a situation where the ctrl key works a lot better than the mouse 1 button? If I little finger ctrl, I get immediate rockets, but if I use the mouse, i sometimes have to wait up to 6 seconds for it to register…I have secondary rockets on mouse 2 and they too take a while to register (fire)…

It seems to be something to do with how much is going on on the screen, yet player control( Called in fixed update mind you) seems to work interactively, ie

1: press fire (mouse).
2: Move left right, up down (realtime).
3:After a while, rocket is fired.

Perhaps theres a straightforward explanation for this?
Thanks
AC

-only does this on G4, not on intel imac…
AC

Nothing jumps out as to why the secondary fire input would be delayed like that. Are you sure there’s nothing in your code that’s causing the delays (especially because it’s machine specific, are you using some intensive code)? Sorry for grabbing at straws but it’s all I have to offer… :?

I have had delayed mouse inputs before on my emac. It only happened in the web player and only when the machine was stressed out.

I am assuming it has something to do with click input being done after some other things.