We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5660763 commit 1436e03Copy full SHA for 1436e03
1 file changed
native/text-input-helper/NativeMethods.cs
@@ -84,7 +84,7 @@ private struct INPUT
84
internal INPUTUNION InputUnion;
85
}
86
87
- [StructLayout(LayoutKind.Explicit)]
+ [StructLayout(LayoutKind.Explicit, Size = 32)]
88
private struct INPUTUNION
89
{
90
[FieldOffset(0)]
0 commit comments