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:
parent
8bc8d14cf2
commit
a184bd7007
3 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue