Function InputEventMouseButton.doubleclick
If true
, the mouse button's state is a double-click.
bool doubleclick() nothrow @property @nogc;
void doubleclick
(
bool v
) nothrow @property @nogc;
If true
, the mouse button's state is a double-click.
bool doubleclick() nothrow @property @nogc;
void doubleclick
(
bool v
) nothrow @property @nogc;