Method SubscribeClickRepeated
SubscribeClickRepeated()
Subscribes to the click repeated event, initializing and starting timers to handle repeated click actions.
protected virtual void SubscribeClickRepeated()
Remarks
This method sets up timers to manage repeated click events. It ensures that the timers are properly initialized and started only if the click repeated functionality is enabled and has not already been subscribed. The first timer introduces a delay before repeated actions begin, while the second timer handles the repeated actions at regular intervals.