From 1647f4b4f9ebef8b938222b1f48d9a15cc262e97 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 25 Mar 2020 20:48:19 +0100 Subject: clean-up the mess Signed-off-by: Toni Uhlig --- .../CSFML-2.1/doc/html/Sleep_8h.htm | 88 ++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100755 h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/Sleep_8h.htm (limited to 'h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/Sleep_8h.htm') diff --git a/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/Sleep_8h.htm b/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/Sleep_8h.htm new file mode 100755 index 0000000..3205bdf --- /dev/null +++ b/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/Sleep_8h.htm @@ -0,0 +1,88 @@ + + + + CSFML - C binding of the Simple and Fast Multimedia Library + + + + + + + +
+ +
+
Sleep.h File Reference
+
+
+
#include <SFML/System/Export.h>
+#include <SFML/System/Time.h>
+
+

Go to the source code of this file.

+ + + + + +

+Functions

CSFML_SYSTEM_API void sfSleep (sfTime duration)
 Make the current thread sleep for a given duration.
 
+

Function Documentation

+ +
+
+ + + + + + + + +
CSFML_SYSTEM_API void sfSleep (sfTime duration)
+
+ +

Make the current thread sleep for a given duration.

+

sfSleep is the best way to block a program or one of its threads, as it doesn't consume any CPU power.

+
Parameters
+ + +
durationTime to sleep
+
+
+ +
+
+
+ + + + -- cgit v1.2.3