mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
parent
7241b9ca0c
commit
0fd31ef598
Notes:
sideshowbarker
2024-07-19 04:56:56 +09:00
Author: https://github.com/petelliott
Commit: 0fd31ef598
Pull-request: https://github.com/SerenityOS/serenity/pull/2716
1 changed files with 2 additions and 1 deletions
|
@ -365,8 +365,9 @@ void Widget::keydown_event(KeyEvent& event)
|
|||
event.ignore();
|
||||
}
|
||||
|
||||
void Widget::keyup_event(KeyEvent&)
|
||||
void Widget::keyup_event(KeyEvent& event)
|
||||
{
|
||||
event.ignore();
|
||||
}
|
||||
|
||||
void Widget::mousedown_event(MouseEvent&)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue