Replies: 1 comment 1 reply
-
I don't think I've seen anyone do this in the past, but previously when I've done something like this with WinForms it's quite easy to modify the Width/Height of the window based on mouse deltas. It likely won't be hard to implement. As for shadows, this probably will be trickier. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone got a working implementation of this?
I am trying to roll my own title bar using the client area, however, Silk.NET's borderless windows can't be resized with the (I guess lack of) borders. I'm also interested in shadows, so that the window can pop.
https://stackoverflow.com/questions/39731497/create-window-without-titlebar-with-resizable-border-and-without-bogus-6px-whit
https://stackoverflow.com/questions/32750525/x11-frameless-resizeable-windows
Not sure if this is possible on Mac
Beta Was this translation helpful? Give feedback.
All reactions