Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

‘keyPressed’ was not declared in this scope #13

Closed
gabdube opened this issue Jan 1, 2019 · 0 comments
Closed

‘keyPressed’ was not declared in this scope #13

gabdube opened this issue Jan 1, 2019 · 0 comments

Comments

@gabdube
Copy link

gabdube commented Jan 1, 2019

calling make raise the following error on Ubuntu 18.10 with XCB


.../Vulkan-glTF-PBR/base/VulkanExampleBase.cpp: In member function ‘void VulkanExampleBase::handleEvent(const xcb_generic_event_t*)’:
.../Vulkan-glTF-PBR/base/VulkanExampleBase.cpp:1534:3: error: ‘keyPressed’ was not declared in this scope
   keyPressed(keyEvent->detail);
   ^~~~~~~~~~

Removing the line fix the problem and everything else still seems to work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant