mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +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
|
@ -76,6 +76,7 @@ struct GUI_Event {
|
|||
struct {
|
||||
GUI_Point position;
|
||||
GUI_MouseButton button;
|
||||
unsigned buttons;
|
||||
} mouse;
|
||||
struct {
|
||||
char character;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue