Starting resize support.
This commit is contained in:
parent
cea3d2c39f
commit
9ade0e2d4b
26 changed files with 197 additions and 44 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "Window.h"
|
||||
#include "PaintEvent.h"
|
||||
#include "MouseEvent.h"
|
||||
#include "ResizeEvent.h"
|
||||
#include "KeyboardEvent.h"
|
||||
|
||||
class WindowManager
|
||||
|
@ -27,6 +28,8 @@ public:
|
|||
|
||||
void onKeyboardEvent(const KeyboardEvent* event);
|
||||
|
||||
void onResizeEvent(const ResizeEvent* event);
|
||||
|
||||
void clearPlatformWindows();
|
||||
|
||||
std::size_t getNumWindows() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue