[WindowsDriver] Fix the EventType type

This commit is contained in:
miguel
2018-06-18 22:05:29 -04:00
parent 6946e8b679
commit aa2ffb06ef

View File

@@ -221,7 +221,7 @@ namespace Terminal.Gui {
public uint bSetFocus; public uint bSetFocus;
} }
public enum EventType { public enum EventType : ushort {
Focus = 0x10, Focus = 0x10,
Key = 0x1, Key = 0x1,
Menu = 0x8, Menu = 0x8,