mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 18:28:10 +00:00
parent
7241b9ca0c
commit
0fd31ef598
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