mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
[WindowsDriver] Fix the EventType type
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user