Allen Ray
Allen Ray
Hey of course! Sorry for the delay. Previously, to test for a button, you had to do: ```golang button := MouseButtonEvent{} // would actually get from PollEvent if button&sdl.ButtonLMask() !=...
Can you post a snippet of your usage of Beep or link to your project in github so I can take a look?
Just for my knowledge, could you add some comments here about how you arrived at your fix please?
@veeableful makes sense and sounds great! Let me know if this is what you had in mind!
Ahh makes sense!
No problem! Thanks for reviewing!
@veeableful any update on this?
Absolutely no problem! Thanks!
The solution I've been thinking about here is to add a window flag with two values, OriginUpperLeft, OriginLowerLeft with the default being LowerLeft (for compatibility) and then conditioning on this...
Looking through the canvas code, I'm not sure if SetSmooth would have an effect on this... this might be fixed with https://github.com/faiface/pixel/pull/285 however, but I would have to test it....