mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +00:00
HackStudio: Allow users to drag and drop files into the editor
This commit is contained in:
parent
2c93123daf
commit
21ecd5b804
2 changed files with 19 additions and 0 deletions
|
@ -80,6 +80,7 @@ private:
|
|||
virtual void paint_event(GUI::PaintEvent&) override;
|
||||
virtual void mousemove_event(GUI::MouseEvent&) override;
|
||||
virtual void mousedown_event(GUI::MouseEvent&) override;
|
||||
virtual void drop_event(GUI::DropEvent&) override;
|
||||
virtual void enter_event(Core::Event&) override;
|
||||
virtual void leave_event(Core::Event&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue