Hi. I need help with managing windows.
Is it possible to handle window's events?
- on size changed (native)
- on position changed (native)
- on window maximized/minimized (native)
- on window closed
And how to work with mouse cursor?
- hide cursor
- set a custom cursor
Also this discussion available on github: https://github.com/Kode/Kha/issues/552
Thanks.