isle: Match Isle::SetupCursor (#28)

* match Isle::SetupCursor

* case
This commit is contained in:
Christian Semmler 2023-06-21 09:30:59 +02:00 committed by GitHub
parent 124a5ddaa3
commit bfa035ca79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,6 +281,14 @@ void Isle::SetupCursor(WPARAM wParam)
break; break;
case 0xB: case 0xB:
m_cursorCurrent = NULL; m_cursorCurrent = NULL;
case 3:
case 4:
case 5:
case 6:
case 7:
case 8:
case 9:
case 0xA:
break; break;
} }