Bug 855975 part.12 Move special keypress event handling from nsWindow::OnKeyDown() to widget::NativeKey::DispatchKeyPressEventsAndDiscardsCharMessages r=jimm
This commit is contained in:
@@ -416,12 +416,13 @@ WinUtils::GetMouseInputSource()
|
||||
|
||||
/* static */
|
||||
MSG
|
||||
WinUtils::InitMSG(UINT aMessage, WPARAM wParam, LPARAM lParam)
|
||||
WinUtils::InitMSG(UINT aMessage, WPARAM wParam, LPARAM lParam, HWND aWnd)
|
||||
{
|
||||
MSG msg;
|
||||
msg.message = aMessage;
|
||||
msg.wParam = wParam;
|
||||
msg.lParam = lParam;
|
||||
msg.hwnd = aWnd;
|
||||
return msg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user