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

Window gives wrong size #113

@yanis-fourel

Description

@yanis-fourel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixFix a previously declared issuehelp wantedExtra attention is neededpriority:lowSomething not very important

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions