Finish the error window implementation
This commit is contained in:
parent
a9ac98cd3d
commit
ec292f0178
7 changed files with 292 additions and 16 deletions
|
|
@ -172,4 +172,7 @@ public:
|
|||
virtual void SetCaptionTextColor(uint32_t bgra8) = 0;
|
||||
|
||||
virtual void PresentBitmap(int width, int height, const uint32_t* pixels) = 0;
|
||||
|
||||
virtual std::string GetClipboardText() = 0;
|
||||
virtual void SetClipboardText(const std::string& text) = 0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue