//
// CursorStateAttribute.cs
//
// Copyright (C) 2018 OpenTK
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
//
namespace OpenToolkit.GraphicsLibraryFramework
{
///
/// Attribute for setting of the cursor.
///
///
///
public enum CursorStateAttribute
{
///
/// Attribute for setting of the cursor.
///
Cursor = 0x00033001,
}
}