namespace Quasar.Common.Enums
{
public enum MouseAction
LeftDown,
LeftUp,
RightDown,
RightUp,
MoveCursor,
ScrollUp,
ScrollDown,
None
}