eventSetIsClick
fn
void eventSetIsClick(bool isClick) nothrow @nogc @trustedSets the click flag for the current event.
This can be used to prevent a drag from being treated as a click.
Parameters
isClick | true to mark as click, false to mark as drag |