Home
last modified time | relevance | path

Searched refs:click_delay (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/widgets/
H A Ddropdown.cpp123 byte click_delay; ///< Timer to delay selection. member
181 this->click_delay = 0; in DropdownWindow()
272 this->click_delay = 4; in OnClick()
303 if (this->click_delay != 0 && --this->click_delay == 0) { in OnMouseLoop()
320 this->click_delay = 2; in OnMouseLoop()
/dports/games/mirrormagic/mirrormagic-2.0.2/src/
H A Dgame.c2452 static unsigned long click_delay = 0; in ClickElement() local
2469 if (!DelayReached(&click_delay, click_delay_value) && !new_button) in ClickElement()