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

sfVideoMode defines a video mode (width, height, bpp, frequency) and provides functions for getting modes supported by the display device + More...

+ +

#include <VideoMode.h>

+ + + + + + + + + + + +

+Data Fields

unsigned int width
 Video mode width, in pixels.
 
unsigned int height
 Video mode height, in pixels.
 
unsigned int bitsPerPixel
 Video mode pixel depth, in bits per pixels.
 
+

Detailed Description

+

sfVideoMode defines a video mode (width, height, bpp, frequency) and provides functions for getting modes supported by the display device

+ +

Definition at line 40 of file VideoMode.h.

+

Field Documentation

+ +
+
+ + + + +
unsigned int sfVideoMode::bitsPerPixel
+
+ +

Video mode pixel depth, in bits per pixels.

+ +

Definition at line 44 of file VideoMode.h.

+ +
+
+ +
+
+ + + + +
unsigned int sfVideoMode::height
+
+ +

Video mode height, in pixels.

+ +

Definition at line 43 of file VideoMode.h.

+ +
+
+ +
+
+ + + + +
unsigned int sfVideoMode::width
+
+ +

Video mode width, in pixels.

+ +

Definition at line 42 of file VideoMode.h.

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