static SCUMM_VERBCOIN_GUI.DoubleClickSpeed(int speed)
Sets the time frame in which a double-click can be registered. Increase this value
for slower double-clicks, decrease this value for quicker double-clicks.
NOTE: This function is part of the Verb Coin template and is only available if
you used this template to create your game.
Example:
SCUMM_VERBCOIN_GUI.DoubleClickSpeed(GetGameSpeed()/4);
will set the double-click speed to 1/4 of a second. (This is a good default)
See Also: SCUMM_VERBCOIN_GUI.doubleclick
|