Luna
Luna
@FloVanGH Does Redox support window transparency?
@emoon We might let this open as its not implemented on Windows and OSX
@emoon I will definitely try to implement it on windows but not on osx because I dont have a device to test on it.
I will link to some working implementation for alpha transparency on OSX as well as the Windows one: https://github.com/godotengine/godot/pull/14622/commits/ddae098deec89d67228a74623ebe7f5db39f425b#diff-65f347288a42e15c028ce4f494698fa1R2137-R2142
@emoon Ive just implemented it for X11 and Wayland in my fork if you would like to take a look. Would like to receive feedback about it!
My current idea is that I use a seperate physical key handler and a virtual key handler. But I think about only using a physical key handler and convert them...
I would currently say that this is easier to implement when minifb uses an event loop like winit and SDL2 does.
So it looks like the cursor is not provided by the given system: https://smithay.github.io/wayland-rs/wayland_cursor/struct.CursorTheme.html Maybe some cursor theme is being used which doesnt contain all cursors minifb uses.
Yes but only if you want to display the non-default cursor. Otherwise the libwayland-cursor is not even required. You might want to run it with the flag WAYLAND_DEBUG=1 and post...
Because I wrote the code lazily, so that it even loads the default cursor from the CursorTheme.