From c2a2445897af17adb56a32dcf111312763a575d4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 2 Jul 2018 01:06:39 +0200 Subject: initial commit Signed-off-by: Toni Uhlig --- .../CSFML-2.1/doc/html/structsfMouseMoveEvent.htm | 113 +++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100755 libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfMouseMoveEvent.htm (limited to 'libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfMouseMoveEvent.htm') diff --git a/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfMouseMoveEvent.htm b/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfMouseMoveEvent.htm new file mode 100755 index 0000000..79a3e72 --- /dev/null +++ b/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfMouseMoveEvent.htm @@ -0,0 +1,113 @@ + + + + CSFML - C binding of the Simple and Fast Multimedia Library + + + + + + + +
+ +
+
sfMouseMoveEvent Struct Reference
+
+
+ +

Mouse move event parameters. + More...

+ +

#include <Event.h>

+ + + + + + + + +

+Data Fields

sfEventType type
 
int x
 
int y
 
+

Detailed Description

+

Mouse move event parameters.

+ +

Definition at line 91 of file Event.h.

+

Field Documentation

+ +
+
+ + + + +
sfEventType sfMouseMoveEvent::type
+
+ +

Definition at line 93 of file Event.h.

+ +
+
+ +
+
+ + + + +
int sfMouseMoveEvent::x
+
+ +

Definition at line 94 of file Event.h.

+ +
+
+ +
+
+ + + + +
int sfMouseMoveEvent::y
+
+ +

Definition at line 95 of file Event.h.

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