Fix some window messaging bugs for dx.

This commit is contained in:
jmsgrogan 2023-01-08 12:41:09 +00:00
parent 55ed0e9299
commit 39422838b7
13 changed files with 237 additions and 68 deletions

View file

@ -43,7 +43,7 @@ public:
void clear() {};
void onResize(unsigned width, unsigned height) {};
void onResize(unsigned width, unsigned height);
void beforePaint(mt::Screen* screen);