Bambo

Results 25 comments of Bambo

On Windows I noticed the following when getting this issue constantly. Firstly it the window always launches without focus, then when I click into it there's no input on my...

I don't think this is a bug, I think this is intended. The global bounds of a `sf::Text` is the result of its local bounds being transformed and the default...

> One more thing to note, I just find it odd to do: > > ```c++ > sf::Vector2f pos(25, 25); > sf::Font font; > font.loadFromFile("arial 1.ttf"); > > sf::Text text;...

> What I have in mind is something similar to what I have in cmake-init, which is clear separation of code that is only consumer facing and developer facing. This...

> As per this issue: #1778, the last release was a long time ago and the 5-6 open stories have been there for a while now. Wouldn't it be better...

I can't reproduce this on Windows 11. My resolution is set correctly in the example code, and when I run it I don't see a difference between the windowed &...

This is a feature I have seen discussed endlessly, and seen a couple of PRs for in the past. I think of the ones I've seen I currently like this...

Just because `sf::Transform::Identity` was only used in 5 places doesn't mean it makes sense to include refactor changes alongside the feature you're adding, personally I think the refactor stuff should...

Tested on Windows 11 64-bit with Visual Studio 2022 and works perfectly for me too!

> > Yes, different controllers have different buttons and layouts > > During some experimenting, I noticed that even the same controller can send different button codes based on how...