diff options
| author | crupest <crupest@outlook.com> | 2022-01-12 21:35:08 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-01-12 21:35:08 +0800 | 
| commit | 7a42d92c10a4bc686244668dd0e3f903f30f2fae (patch) | |
| tree | e48fc4a47afa5eadbdf54cec6d2b73110f500680 /include/cru/platform/gui/Window.hpp | |
| parent | 882d843083895f4905571dc273e801ee18fd5984 (diff) | |
| download | cru-7a42d92c10a4bc686244668dd0e3f903f30f2fae.tar.gz cru-7a42d92c10a4bc686244668dd0e3f903f30f2fae.tar.bz2 cru-7a42d92c10a4bc686244668dd0e3f903f30f2fae.zip  | |
...
Diffstat (limited to 'include/cru/platform/gui/Window.hpp')
| -rw-r--r-- | include/cru/platform/gui/Window.hpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cru/platform/gui/Window.hpp b/include/cru/platform/gui/Window.hpp index bab5e8fe..9f17b976 100644 --- a/include/cru/platform/gui/Window.hpp +++ b/include/cru/platform/gui/Window.hpp @@ -85,7 +85,6 @@ struct INativeWindow : virtual IPlatformResource {    // Remember to call EndDraw on return value and destroy it.    virtual std::unique_ptr<graphics::IPainter> BeginPaint() = 0; -  // Don't use this instance after receive this event.    virtual IEvent<std::nullptr_t>* CreateEvent() = 0;    virtual IEvent<std::nullptr_t>* DestroyEvent() = 0;    virtual IEvent<std::nullptr_t>* PaintEvent() = 0;  | 
