Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Window gives wrong size #113

Open
yanis-fourel opened this issue Nov 27, 2020 · 0 comments
Open

Window gives wrong size #113

yanis-fourel opened this issue Nov 27, 2020 · 0 comments
Labels
fix Fix a previously declared issue help wanted Extra attention is needed priority:low Something not very important

Comments

@yanis-fourel
Copy link
Collaborator

The engine::Window::getSize does not always return the correct window size.

Steps to Reproduce

Launch the game in fullscreen
The engine::Window::getSize method returns the same size as the window if you un-fullscreen it (with F11)

Possible Implementation

add
m_size = size;
to engine::Window::setSize

I don't know but it seems logical to me. That would probably not fix the entire issue though

@yanis-fourel yanis-fourel added help wanted Extra attention is needed fix Fix a previously declared issue priority:normal Something we should care about labels Nov 27, 2020
@Mathieu-Lala Mathieu-Lala added priority:low Something not very important and removed priority:normal Something we should care about labels Dec 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fix Fix a previously declared issue help wanted Extra attention is needed priority:low Something not very important
Projects
None yet
Development

No branches or pull requests

2 participants