MouseEvent.equStr

can contain emacs-like modifier prefix case-insensitive names: lmbX/leftX rmbX/rightX mmbX/middleX wheelX motion (no prefix allowed) 'X' is either "up" or "down" (or "-up"/"-down"); if omited, means "down"

struct MouseEvent
static pure nothrow @trusted @nogc
bool
equStr
()
(
scope auto ref const MouseEvent event
,
const(char)[] str
)
Suggestion Box / Bug Report