PistonDevelopers / glfw-rs

GLFW3 bindings and idiomatic wrapper for Rust.
Apache License 2.0
645 stars 123 forks source link

Add maximized window hint #540

Closed bohdloss closed 1 year ago

bohdloss commented 1 year ago

Added wrapper for GLFW_MAXIMIZED window hint. This fixes #499

bvssvni commented 1 year ago

Merging

bvssvni commented 1 year ago

Thanks!