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/structsfSizeEvent.htm | 113 +++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100755 h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfSizeEvent.htm (limited to 'h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfSizeEvent.htm') diff --git a/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfSizeEvent.htm b/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfSizeEvent.htm new file mode 100755 index 0000000..845c8ee --- /dev/null +++ b/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfSizeEvent.htm @@ -0,0 +1,113 @@ + + + + CSFML - C binding of the Simple and Fast Multimedia Library + + + + + + + +
+ +
+
sfSizeEvent Struct Reference
+
+
+ +

Size events parameters. + More...

+ +

#include <Event.h>

+ + + + + + + + +

+Data Fields

sfEventType type
 
unsigned int width
 
unsigned int height
 
+

Detailed Description

+

Size events parameters.

+ +

Definition at line 159 of file Event.h.

+

Field Documentation

+ +
+
+ + + + +
unsigned int sfSizeEvent::height
+
+ +

Definition at line 163 of file Event.h.

+ +
+
+ +
+
+ + + + +
sfEventType sfSizeEvent::type
+
+ +

Definition at line 161 of file Event.h.

+ +
+
+ +
+
+ + + + +
unsigned int sfSizeEvent::width
+
+ +

Definition at line 162 of file Event.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + -- cgit v1.2.3