Utility/Enum: Fix SystemCursor order (fixes cursors)
This commit is contained in:
@@ -309,13 +309,12 @@ namespace Nz
|
|||||||
|
|
||||||
enum SystemCursor
|
enum SystemCursor
|
||||||
{
|
{
|
||||||
SystemCursor_None,
|
|
||||||
SystemCursor_Default,
|
|
||||||
|
|
||||||
SystemCursor_Crosshair,
|
SystemCursor_Crosshair,
|
||||||
|
SystemCursor_Default,
|
||||||
SystemCursor_Hand,
|
SystemCursor_Hand,
|
||||||
SystemCursor_Help,
|
SystemCursor_Help,
|
||||||
SystemCursor_Move,
|
SystemCursor_Move,
|
||||||
|
SystemCursor_None,
|
||||||
SystemCursor_Pointer,
|
SystemCursor_Pointer,
|
||||||
SystemCursor_Progress,
|
SystemCursor_Progress,
|
||||||
SystemCursor_ResizeE,
|
SystemCursor_ResizeE,
|
||||||
|
|||||||
Reference in New Issue
Block a user