Exception text added to help to identify the issue (#88)
This commit is contained in:
Родитель
92fc1703ee
Коммит
cec467c096
|
@ -150,7 +150,7 @@ namespace Consolonia.PlatformSupport
|
|||
eventType = RawPointerEventType.Move;
|
||||
break;
|
||||
default:
|
||||
throw new InvalidOperationException();
|
||||
throw new InvalidOperationException(mouseEvent.EventFlags.ToString());
|
||||
}
|
||||
|
||||
for (short i = 0; i < repeat; i++)
|
||||
|
|
Загрузка…
Ссылка в новой задаче