mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
[WindowsDriver] Fix the EventType type
This commit is contained in:
@@ -221,7 +221,7 @@ namespace Terminal.Gui {
|
||||
public uint bSetFocus;
|
||||
}
|
||||
|
||||
public enum EventType {
|
||||
public enum EventType : ushort {
|
||||
Focus = 0x10,
|
||||
Key = 0x1,
|
||||
Menu = 0x8,
|
||||
|
||||
Reference in New Issue
Block a user