Table of Contents

Method IsMouseMsg

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

IsMouseMsg(int)

Indicates whether specified message is mouse message.

public static bool IsMouseMsg(int msg)

Parameters

msg int

Message to check-up.

Returns

bool

True if it is mouse message; otherwise false.