1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-06 02:23:59 +00:00

Updated cursor defintion

This commit is contained in:
Bryan Roe
2020-03-06 20:50:31 -08:00
parent ea31471245
commit 8657342978
2 changed files with 5 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ limitations under the License.
typedef enum KVM_MouseCursors
{
KVM_MouseCursor_NONE = 255,
KVM_MouseCursor_NONE = 14,
KVM_MouseCursor_NOTALLOWED = 15,
KVM_MouseCursor_NOCHANGE = -1,
KVM_MouseCursor_ARROW = 0,
KVM_MouseCursor_APPSTARTING = 1,