Set viewUpdated=true for macOS scroll wheel, open vulkanExamples window in front of Xcode, accept mouse click-through on macOS

This commit is contained in:
Stephen Saunders 2022-07-06 21:35:07 -04:00
parent 8bc8d14cf2
commit a184bd7007
3 changed files with 10 additions and 1 deletions

View file

@ -96,7 +96,6 @@ class VulkanExampleBase
{
private:
std::string getWindowTitle();
bool viewUpdated = false;
uint32_t destWidth;
uint32_t destHeight;
bool resizing = false;
@ -177,6 +176,7 @@ protected:
public:
bool prepared = false;
bool resized = false;
bool viewUpdated = false;
uint32_t width = 1280;
uint32_t height = 720;