Rename class and remove screen conditionals

This commit is contained in:
Dean Herbert
2020-07-24 16:38:48 +09:00
parent 5e6adfff99
commit dbe9180c55
3 changed files with 8 additions and 19 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Desktop.Windows
private static IntPtr keyHook;
[StructLayout(LayoutKind.Explicit)]
private struct KdDllHookStruct
private readonly struct KdDllHookStruct
{
[FieldOffset(0)]
public readonly int VkCode;