1
Fork 0
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:
RickySeverino 2021-04-11 14:53:48 -04:00 committed by Andreas Kling
parent 2c93123daf
commit 21ecd5b804
2 changed files with 19 additions and 0 deletions

View file

@ -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;