|
|
|
@ -931,7 +931,7 @@ namespace Avalonia.Win32.Interop |
|
|
|
[DllImport("user32.dll", EntryPoint = "MapVirtualKeyW")] |
|
|
|
public static extern uint MapVirtualKey(uint uCode, uint uMapType); |
|
|
|
|
|
|
|
[DllImport("user32.dll", EntryPoint = "GetMessageW",SetLastError = true)] |
|
|
|
[DllImport("user32.dll", EntryPoint = "GetMessageW", SetLastError = true)] |
|
|
|
public static extern int GetMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax); |
|
|
|
|
|
|
|
[DllImport("user32.dll")] |
|
|
|
|