FS#162 - Add a function to retrieve the system specific handle of a window
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1530 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
028c4d5a96
commit
ef8a2700fe
26 changed files with 104 additions and 21 deletions
4
doc/build/Doxygen.hpp
vendored
4
doc/build/Doxygen.hpp
vendored
|
@ -27,11 +27,11 @@
|
|||
/// return EXIT_FAILURE;
|
||||
/// sf::Sprite sprite(image);
|
||||
///
|
||||
/// // Create a graphical string to display
|
||||
/// // Create a graphical text to display
|
||||
/// sf::Font font;
|
||||
/// if (!font.LoadFromFile("arial.ttf"))
|
||||
/// return EXIT_FAILURE;
|
||||
/// sf::String text("Hello SFML", font, 50);
|
||||
/// sf::Text text("Hello SFML", font, 50);
|
||||
///
|
||||
/// // Load a music to play
|
||||
/// sf::Music music;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue