Update ReadMe and add ShouldClose() function
- Removed all references to blank-slate + added a ShouldClose() function which gets polled to see if the window should close
This commit is contained in:
@@ -18,7 +18,8 @@ class Window
|
||||
{
|
||||
public:
|
||||
virtual ~Window() = default;
|
||||
virtual bool PumpMessages() = 0;
|
||||
virtual void PumpMessages() = 0;
|
||||
virtual bool ShouldClose() = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user