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/structsfMouseWheelEvent.htm | 129 --------------------- 1 file changed, 129 deletions(-) delete mode 100755 libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfMouseWheelEvent.htm (limited to 'libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfMouseWheelEvent.htm') diff --git a/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfMouseWheelEvent.htm b/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfMouseWheelEvent.htm deleted file mode 100755 index d3b3090..0000000 --- a/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfMouseWheelEvent.htm +++ /dev/null @@ -1,129 +0,0 @@ - - - - CSFML - C binding of the Simple and Fast Multimedia Library - - - - - - - -
- -
-
sfMouseWheelEvent Struct Reference
-
-
- -

Mouse wheel events parameters. - More...

- -

#include <Event.h>

- - - - - - - - - - -

-Data Fields

sfEventType type
 
int delta
 
int x
 
int y
 
-

Detailed Description

-

Mouse wheel events parameters.

- -

Definition at line 114 of file Event.h.

-

Field Documentation

- -
-
- - - - -
int sfMouseWheelEvent::delta
-
- -

Definition at line 117 of file Event.h.

- -
-
- -
-
- - - - -
sfEventType sfMouseWheelEvent::type
-
- -

Definition at line 116 of file Event.h.

- -
-
- -
-
- - - - -
int sfMouseWheelEvent::x
-
- -

Definition at line 118 of file Event.h.

- -
-
- -
-
- - - - -
int sfMouseWheelEvent::y
-
- -

Definition at line 119 of file Event.h.

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