mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 166240 part.7 Add support KeyboardEvent.location on Gonk r=smaug
This commit is contained in:
parent
8ec326e17d
commit
c03b9781a1
@ -217,6 +217,7 @@ sendKeyEventWithMsg(PRUint32 keyCode,
|
||||
{
|
||||
nsKeyEvent event(true, msg, NULL);
|
||||
event.keyCode = keyCode;
|
||||
event.location = nsIDOMKeyEvent::DOM_KEY_LOCATION_MOBILE;
|
||||
event.time = timeMs;
|
||||
event.flags |= flags;
|
||||
return nsWindow::DispatchInputEvent(event);
|
||||
|
Loading…
Reference in New Issue
Block a user