I am experiencing a small issue with the game not registering my mouse clicks. This does not happen when I am clicking on an on-screen button. But when I try to double click to engage the coaster cam for any ride I have to click repeatedly and I mean repeatedly to get the game to register the double click. Is anyone else having this issue with the Mac version?
8)
This is due to how the the game is coded, having studied 3D programming myself. Aspyr probably used 'Direct Input' and the 'Mac proccess que'. I think it probably wasnt the smartest choice.
With those two options the game recieves a message from the Mac proccess que every single time something is pressed, then decides how to process it. But the problem is, the game can only decide what to do with the clicks once - per - frame, then it gets trashed from the proccess que.
There are probably a couple of fixes for this:
1) Turn up your refresh rate on your video card/monitor
2) (if you can) buy a video card with a higher Refresh Frequency
3) The mouse may also be old/outdated, and not up to standards. Check your mouse cables to make sure it is not torn or anything like that
Cheers