node-3d / glfw-raub

GLFW for Node.js
https://github.com/node-3d/node-3d
MIT License
60 stars 12 forks source link

Add resizable property for Window #29

Closed Camopoltergeist closed 3 months ago

Camopoltergeist commented 3 months ago

This change makes it possible to set window resizability both during window creation and afterwards by adding resizable property for Window and TWindowOpts.

Defaults to true to maintain current default behaviour.