initalization
This commit is contained in:
parent
accc9ef8e7
commit
123bb31f50
1 changed files with 4 additions and 0 deletions
|
|
@ -549,6 +549,10 @@ Window::Window(std::uint32_t width, std::uint32_t height) : width(width), height
|
||||||
submitInfo.pSignalSemaphores = &semaphores.renderComplete;
|
submitInfo.pSignalSemaphores = &semaphores.renderComplete;
|
||||||
submitInfo.pNext = VK_NULL_HANDLE;
|
submitInfo.pNext = VK_NULL_HANDLE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
lastMousePos = {0,0};
|
||||||
|
mouseDelta = {0,0};
|
||||||
|
currentMousePos = {0,0};
|
||||||
}
|
}
|
||||||
|
|
||||||
void Window::SetTitle(const std::string_view title) {
|
void Window::SetTitle(const std::string_view title) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue