Max Thrun
Max Thrun
Hey, what's the status on this? I would really like to be able to set a default for an optional positional argument.
> Integers are presently assumed to be inactive (and thus don't impact the derivative computation). I see, is this something that is "easily" switched on or is it a bigger...
Thanks for the details, I will pursue the second option of converting all types to doubles and see if that works for my applications.
Related to: https://github.com/glfw/glfw/issues/1011
Before the screenshot is taken `flagsChanged` is called once for each modifier key as they are being pressed in sequence by the user preforming the screenshot chord, then after the...
So I "fixed" it with this insanely ugly patch but I'm not sure a better way to do this other than just emit events for every modifier every time. ```patch...
You can add `NSWindow.allowsAutomaticWindowTabbing = NO;` before `glfwCreateWindow()`
I also just hit this same issue, would love to get `BUILD_SHARED_LIBS` properly supported!
Possibly related to: https://github.com/glfw/glfw/issues/1011
> We cannot change this behavior as it would be a breaking change. I agree. I think there is definitely a legitimate usecase for the current behavior for weakly typed...