macroquad
macroquad copied to clipboard
Non-resizable windows stlil able to be resized
Here is a minimal example:
use macroquad::prelude::*;
#[macroquad::main(window_conf)]
async fn main() {
loop {
next_frame().await
}
}
fn window_conf() -> Conf {
Conf {
window_resizable: false,
..Default::default()
}
}
@rsaihe Which OS are you using? I have the same issue with Arch Linux and i3 tiling window manager.
I guess window_resizable is working only in windows. Is there any reason for this?
I'm running Pop!_OS Linux right now.
Actually this is not implemented for linux. I tried to implement this but my window manager was overriding this. I will let you know If I make any progress
Just an update. I have created a PR for this issue. If everything is fine, it will get merged.
I'm also having this issue. I'm on Mac Catalina 10.15.7
in Pop! os 21.04 no resizing works
Same issue in Mac OS 12.6.9