[ElmSharp] Update internal EcoreEventKey struct (#1631)
authorSeungkeun Lee <sngn.lee@samsung.com>
Fri, 29 May 2020 05:41:06 +0000 (14:41 +0900)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 05:41:06 +0000 (14:41 +0900)
src/ElmSharp/ElmSharp/EcoreKeyEventArgs.cs

index 12106e7..c5baf74 100644 (file)
@@ -67,6 +67,7 @@ namespace ElmSharp
             public uint keycode;
             public IntPtr data;
             public IntPtr dev;
+            public int event_flags;
         }
     }
 }