Double click speed
Posted: Fri Aug 08, 2008 15:48
We have recently updated our project to use CEGUI 0.6.1 (we use Delta3D, but needed a newer version of CEGUI for the slider thumb fix).
We have issues with click speed, in particular, double clicking. Initially, with no setting, the speed needed to double click was ridiculously fast, to the point that expecting a user to double click so fast was out of the question.
I did some searching here, and found the setMultiClickTimeout function. From the description, it sounded like I could set a time for how long a user has to click to trigger a multiclick. IE, if I set it for 2 seconds, I would expect that if a user clicks once, he can then click again anytime within 2 seconds to trigger the multiclick.
However, this does not seem to be the case. If I set it for 2 seconds, the user needs to click again at about 2 seconds to trigger the multiclick, not before.
Obviously, the first behavior is the desired behavior, not the one being exhibited. Is there a different function I should be using to change the delay for acceptable multiclicks?
We have issues with click speed, in particular, double clicking. Initially, with no setting, the speed needed to double click was ridiculously fast, to the point that expecting a user to double click so fast was out of the question.
I did some searching here, and found the setMultiClickTimeout function. From the description, it sounded like I could set a time for how long a user has to click to trigger a multiclick. IE, if I set it for 2 seconds, I would expect that if a user clicks once, he can then click again anytime within 2 seconds to trigger the multiclick.
However, this does not seem to be the case. If I set it for 2 seconds, the user needs to click again at about 2 seconds to trigger the multiclick, not before.
Obviously, the first behavior is the desired behavior, not the one being exhibited. Is there a different function I should be using to change the delay for acceptable multiclicks?