Cleaning for opengl rendering prep.
This commit is contained in:
parent
402f381d10
commit
7c6a92f4ec
58 changed files with 570 additions and 533 deletions
|
@ -17,15 +17,15 @@ public:
|
|||
|
||||
static std::unique_ptr<WindowManager> Create();
|
||||
|
||||
void AddWindow(WindowUPtr window);
|
||||
void addWindow(WindowUPtr window);
|
||||
|
||||
mt::Window* GetMainWindow() const;
|
||||
mt::Window* getMainWindow() const;
|
||||
|
||||
void OnPaintEvent(const PaintEvent* event);
|
||||
void onPaintEvent(const PaintEvent* event);
|
||||
|
||||
void OnMouseEvent(const MouseEvent* event);
|
||||
void onMouseEvent(const MouseEvent* event);
|
||||
|
||||
void OnKeyboardEvent(const KeyboardEvent* event);
|
||||
void onKeyboardEvent(const KeyboardEvent* event);
|
||||
|
||||
void clearPlatformWindows();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue