mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
LibGUI: Hook up GWindow event dispatch for paint and mouse events.
This commit is contained in:
parent
dbe83f3a83
commit
ea6678b7b3
9 changed files with 72 additions and 30 deletions
|
@ -17,10 +17,9 @@ static GWindow* make_font_test_window();
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
GEventLoop loop;
|
||||
auto* window = make_font_test_window();
|
||||
window->show();
|
||||
|
||||
GEventLoop loop;
|
||||
return loop.exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue