multiclick
Multiclick is a term used in computer user interfaces to describe the recognition and handling of multiple mouse clicks within a short time frame. The most common forms are double-click and triple-click, though higher-order patterns exist in some applications.
Detection is usually performed by the input subsystem of the operating system or by the program itself.
Variations exist across platforms, with different default thresholds for what constitutes a rapid sequence. Users can
Design considerations include minimizing accidental multiclicks due to fast clicking, and ensuring accessibility for users with
In programming, multiclick events are commonly exposed through event handlers or input APIs that expose a click