SFML / SFML-Website

Repository for the SFML website.
Other
22 stars 35 forks source link

Tutorial / Website Enhancements after 2.6.0 Release #163

Closed eXpl0it3r closed 10 months ago

eXpl0it3r commented 1 year ago

Moving open points from #161 to here.

kimci86 commented 1 year ago

Suggestions:

eXpl0it3r commented 1 year ago

Mentioning that sf::Keyboard::Scancode is an alias of sf::Keyboard::Scan::Scancode in inputs tutorial so that the code example is consistent with the corresponding paragraph.

Hmmm, I'd lean more to leave it as is, but maybe I underestimation the confusion this can cause. It feels like a very technical thing to explain, plus I want to promote the usage of sf::Keyboard::Scancode.

Any other viewpoints/opinions?

kimci86 commented 1 year ago

Hmmm, I'd lean more to leave it as is, but maybe I underestimation the confusion this can cause. It feels like a very technical thing to explain, plus I want to promote the usage of sf::Keyboard::Scancode.

On second thought, I think you are right. A beginner probably doesn't need this technical detail.