Method IsMouseMsg
IsMouseMsg(int)
Indicates whether specified message is mouse message.
public static bool IsMouseMsg(int msg)
Parameters
msg
intMessage to check-up.
Returns
- bool
True if it is mouse message; otherwise false.
Indicates whether specified message is mouse message.
public static bool IsMouseMsg(int msg)
msg
intMessage to check-up.
True if it is mouse message; otherwise false.