eventSetIsClick

fnvoid eventSetIsClick(bool isClick) nothrow @nogc @trusted

Sets the click flag for the current event.

This can be used to prevent a drag from being treated as a click.

Parameters

isClicktrue to mark as click, false to mark as drag