Radek Dutkiewicz
Radek Dutkiewicz
@binary1248 I'm unable to find `sampleRate` member in `sf::PlaybackDevice`
I'm having the same issue. Copilot insists that it used tabs, but for some reason the markdown is converting all tabs to spaces. Can this be fixed from the extension...
What do you think of the idea of resetting `fe.layout.mouse_pointer = false` on layout load/reload, but forcing it to `true` only in windowed modes?
You're still considering it from a layout's perspective. I'm talking about the annoyance of having the mouse pointer disappearing when working with windowed AM.
While you're at mouse events would you please take a look at this PR? https://github.com/oomek/attractplus/pull/108/files
I didn't
My fault. Restored, fetch
Testing. I've had no idea that the mouse pointer is locked to the centre of the screen when the mouse movement is bound to Up/Down controls. Looking good so far....
Anchor is also not working properly with `art.preserve_aspect_ratio = true` ``` local flw = fe.layout.width local flh = fe.layout.height local snap = fe.add_artwork( "snap" , flw/2, flh/2, flw/2, flh/2 )...
I see the `AudioDevice.hpp`, but it's in `src` not in `includes`. is `AudioDevice` exposed to the API or just used internally?