initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Quasar.Common.Enums
|
||||
{
|
||||
public enum MouseAction
|
||||
{
|
||||
LeftDown,
|
||||
LeftUp,
|
||||
RightDown,
|
||||
RightUp,
|
||||
MoveCursor,
|
||||
ScrollUp,
|
||||
ScrollDown,
|
||||
None
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user