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

Keyboard event parameters. - More...

- -

#include <Event.h>

- - - - - - - - - - - - - - -

-Data Fields

sfEventType type
 
sfKeyCode code
 
sfBool alt
 
sfBool control
 
sfBool shift
 
sfBool system
 
-

Detailed Description

-

Keyboard event parameters.

- -

Definition at line 67 of file Event.h.

-

Field Documentation

- -
-
- - - - -
sfBool sfKeyEvent::alt
-
- -

Definition at line 71 of file Event.h.

- -
-
- -
-
- - - - -
sfKeyCode sfKeyEvent::code
-
- -

Definition at line 70 of file Event.h.

- -
-
- -
-
- - - - -
sfBool sfKeyEvent::control
-
- -

Definition at line 72 of file Event.h.

- -
-
- -
-
- - - - -
sfBool sfKeyEvent::shift
-
- -

Definition at line 73 of file Event.h.

- -
-
- -
-
- - - - -
sfBool sfKeyEvent::system
-
- -

Definition at line 74 of file Event.h.

- -
-
- -
-
- - - - -
sfEventType sfKeyEvent::type
-
- -

Definition at line 69 of file Event.h.

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