Skip to content
#

sfml

Here are 1,015 public repositories matching this topic...

JonathanILevi
JonathanILevi commented Jul 2, 2019

The documentation does not have a key code for the numberpad dot. Is this intentional? It comes up as Unknown when it is pressed. The same is true for the numlock and capslock key although this kinda makes sense.

Shouldn't there be a NumpadDot key code?

Jamie-Booth
Jamie-Booth commented Nov 4, 2015

When setting a fixed width for a label using SetRequisition, the label will not be centered, but will be left justified.

Brew code snippet from Label.cpp:

22  if( !label->GetLineWrap() ) { 
23      // Calculate alignment when word wrap is disabled. 
24      sf::Vector2f avail_space( label->GetAllocation().width - label->GetRequisition().x, label->GetAllocation().height - label->GetRequis
bug
ObEngine
fallahn
fallahn commented Jul 16, 2016

While I try to keep the wiki as up to date as possible it is likely that the information is incomplete based on my personal assumptions of the reader's knowledge of the library, or possibly because it is out of date. Wiki pages are currently public in the hope that users will submit any missing information they might find or even add their own pages. Alternatively I encourage people to comment or

Improve this page

Add a description, image, and links to the sfml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sfml topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.