SFML community forums

Help => Window => Topic started by: HeinzK on November 16, 2015, 08:58:46 am

Title: SetFocus
Post by: HeinzK on November 16, 2015, 08:58:46 am
deleted
Title: Re: SetFocus
Post by: eXpl0it3r on November 16, 2015, 09:02:53 am
Why not sf::Window::requestFocus() (http://www.sfml-dev.org/documentation/2.3.2/classsf_1_1Window.php#a58cf7fa1775e8e7542032e3ecfa83b49)?
Title: Re: SetFocus
Post by: Nexus on November 16, 2015, 09:40:53 am
.. one cannot know all ..
That's why the documentation exists ;)
Title: Re: SetFocus
Post by: Laurent on November 16, 2015, 10:06:05 am
A good way to find what you search is to open the API doc of the class, and CTRL+F5 the relevant word(s) ("focus", not "SetFocus" ;))