Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > 58828b263d8f56d90ac336dea07a4586 > files > 288

irrlicht-doc-1.6.1-1mdv2010.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Irrlicht Engine: SIrrCreationParameters.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<table class="irrlicht" >
  <tr valign="middle"> 
    <td><font size="2"><a class="qindex" href="index.html"><font color="#FFFFFF">Home</font></a> 
      | <a class="qindex" href="namespaces.html"><font color="#FFFFFF">Namespaces</font></a> 
      | <a class="qindex" href="hierarchy.html"><font color="#FFFFFF">Hierarchy</font></a> 
      | <a class="qindex" href="classes.html"><font color="#FFFFFF">Alphabetical 
      List</font></a> | <a class="qindex" href="annotated.html"><font color="#FFFFFF"> 
      Class list</font></a> | <a class="qindex" href="files.html"><font color="#FFFFFF">Files</font></a> 
      | <a class="qindex" href="namespacemembers.html"><font color="#FFFFFF"> 
      Namespace&nbsp;Members</font></a> | <a class="qindex" href="functions.html"><font color="#FFFFFF">Class 
      members</font></a> | <a class="qindex" href="globals.html"><font color="#FFFFFF">File 
      members</font></a> | <a class="qindex" href="pages.html"><font color="#FFFFFF">Tutorials</font></a></font> </td>
  </tr>
</table>
<!-- Generated by Doxygen 1.5.6 -->
<h1>SIrrCreationParameters.h</h1><a href="_s_irr_creation_parameters_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Copyright (C) 2002-2009 Nikolaus Gebhardt</span>
<a name="l00002"></a>00002 <span class="comment">// This file is part of the "Irrlicht Engine".</span>
<a name="l00003"></a>00003 <span class="comment">// For conditions of distribution and use, see copyright notice in irrlicht.h</span>
<a name="l00004"></a>00004 
<a name="l00005"></a>00005 <span class="preprocessor">#ifndef __I_IRRLICHT_CREATION_PARAMETERS_H_INCLUDED__</span>
<a name="l00006"></a>00006 <span class="preprocessor"></span><span class="preprocessor">#define __I_IRRLICHT_CREATION_PARAMETERS_H_INCLUDED__</span>
<a name="l00007"></a>00007 <span class="preprocessor"></span>
<a name="l00008"></a>00008 <span class="preprocessor">#include "<a class="code" href="_e_driver_types_8h.html">EDriverTypes.h</a>"</span>
<a name="l00009"></a>00009 <span class="preprocessor">#include "<a class="code" href="_e_device_types_8h.html">EDeviceTypes.h</a>"</span>
<a name="l00010"></a>00010 <span class="preprocessor">#include "<a class="code" href="dimension2d_8h.html">dimension2d.h</a>"</span>
<a name="l00011"></a>00011 
<a name="l00012"></a>00012 <span class="keyword">namespace </span>irr
<a name="l00013"></a>00013 {
<a name="l00014"></a>00014         <span class="keyword">class </span>IEventReceiver;
<a name="l00015"></a>00015 
<a name="l00017"></a>00017 
<a name="l00018"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html">00018</a>         <span class="keyword">struct </span><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html" title="Structure for holding Irrlicht Device creation parameters.">SIrrlichtCreationParameters</a>
<a name="l00019"></a>00019         {
<a name="l00021"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#466e3b6d57ea40bdcacd6aae892845f1">00021</a>                 <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#466e3b6d57ea40bdcacd6aae892845f1" title="Constructs a SIrrlichtCreationParameters structure with default values.">SIrrlichtCreationParameters</a>() :
<a name="l00022"></a>00022                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#76520addbdf96ee3b3f00cb7f55076e5" title="Type of the device.">DeviceType</a>(<a class="code" href="namespaceirr.html#c25d94cf2e1037c7ca18ee79b3bd4505d00f870da762af833dbab2eacc96ae0b" title="This selection allows Irrlicht to choose the best device from the ones available...">EIDT_BEST</a>),
<a name="l00023"></a>00023                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#1ea2f50c3b3a8eed6602a1a86e1cdf82" title="Type of video driver used to render graphics.">DriverType</a>(video::<a class="code" href="namespaceirr_1_1video.html#e35a6de6d436c76107ad157fe42356d0e85481da26159b967191ccc6de1e4a05" title="The Burning&amp;#39;s Software Renderer, an alternative software renderer.">EDT_BURNINGSVIDEO</a>),
<a name="l00024"></a>00024                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#1b596e201a6ebd63ca2841d46be10433" title="Size of the window or the video mode in fullscreen mode. Default: 800x600.">WindowSize</a>(core::dimension2d&lt;<a class="code" href="namespaceirr.html#0416a53257075833e7002efd0a18e804" title="32 bit unsigned variable.">u32</a>&gt;(800, 600)),
<a name="l00025"></a>00025                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#0f7480557670df2d954ae217732a8773" title="Minimum Bits per pixel of the color buffer in fullscreen mode. Ignored if windowed...">Bits</a>(16),
<a name="l00026"></a>00026                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#d34136ed6cd1532ed4e112f7ad72cbcf" title="Minimum Bits per pixel of the depth buffer. Default: 16.">ZBufferBits</a>(16),
<a name="l00027"></a>00027                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#40c03ef099d60cec514697baf0b64214" title="Should be set to true if the device should run in fullscreen.">Fullscreen</a>(false),
<a name="l00028"></a>00028                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#8120cfeac3fbf8b12b1e5f6bd6a8ec2f" title="Specifies if the stencil buffer should be enabled.">Stencilbuffer</a>(false),
<a name="l00029"></a>00029                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#33b07682f12db0d2c2c3a7bf74f64387" title="Specifies vertical syncronisation.">Vsync</a>(false),
<a name="l00030"></a>00030                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#50602e6ae0cc3d79ca7df0aa8114e75a" title="Specifies if the device should use fullscreen anti aliasing.">AntiAlias</a>(0),
<a name="l00031"></a>00031                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#cae5b5e41cec776aa4d05a03f16c57f2" title="Whether the main framebuffer uses an alpha channel.">WithAlphaChannel</a>(false),
<a name="l00032"></a>00032                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#49f2c3ed6cc7a28f2fde6683ac0b3267" title="Whether the main framebuffer uses doublebuffering.">Doublebuffer</a>(true),
<a name="l00033"></a>00033                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#cf9aee48aa9193f025f5f855d5a147cb" title="Specifies if the device should ignore input events.">IgnoreInput</a>(false),
<a name="l00034"></a>00034                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#e5dd722bd6c5a7001b73ef92264220a5" title="Specifies if the device should use stereo buffers.">Stereobuffer</a>(false),
<a name="l00035"></a>00035                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#c790f1359a357f705bc2a5b24a6cc55d" title="Specifies if the device should use high precision FPU setting.">HighPrecisionFPU</a>(false),
<a name="l00036"></a>00036                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#600183dad7a2f6836e585d7a0d4e3e89" title="A user created event receiver.">EventReceiver</a>(0),
<a name="l00037"></a>00037                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#f287810d910a23f8f7db98cef87b6eae" title="Window Id.">WindowId</a>(0),
<a name="l00038"></a>00038                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#f30f104af135b97d3e19fecaf2c10e45" title="Don&amp;#39;t use or change this parameter.">SDK_version_do_not_use</a>(<a class="code" href="_irr_compile_config_8h.html#8eee87830586d48bc5921ded2775c3a3">IRRLICHT_SDK_VERSION</a>)
<a name="l00039"></a>00039                 {
<a name="l00040"></a>00040                 }
<a name="l00041"></a>00041 
<a name="l00042"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#47655b6ce24945c17780f67915ff1338">00042</a>                 <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#466e3b6d57ea40bdcacd6aae892845f1" title="Constructs a SIrrlichtCreationParameters structure with default values.">SIrrlichtCreationParameters</a>(<span class="keyword">const</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html" title="Structure for holding Irrlicht Device creation parameters.">SIrrlichtCreationParameters</a>&amp; other) :
<a name="l00043"></a>00043                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#f30f104af135b97d3e19fecaf2c10e45" title="Don&amp;#39;t use or change this parameter.">SDK_version_do_not_use</a>(<a class="code" href="_irr_compile_config_8h.html#8eee87830586d48bc5921ded2775c3a3">IRRLICHT_SDK_VERSION</a>)
<a name="l00044"></a>00044                 {*<span class="keyword">this</span> = other;}
<a name="l00045"></a>00045 
<a name="l00046"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#224891bb4e94138d426611b48ca71750">00046</a>                 <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html" title="Structure for holding Irrlicht Device creation parameters.">SIrrlichtCreationParameters</a>&amp; <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#224891bb4e94138d426611b48ca71750">operator=</a>(<span class="keyword">const</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html" title="Structure for holding Irrlicht Device creation parameters.">SIrrlichtCreationParameters</a>&amp; other)
<a name="l00047"></a>00047                 {
<a name="l00048"></a>00048                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#76520addbdf96ee3b3f00cb7f55076e5" title="Type of the device.">DeviceType</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#76520addbdf96ee3b3f00cb7f55076e5" title="Type of the device.">DeviceType</a>;
<a name="l00049"></a>00049                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#1ea2f50c3b3a8eed6602a1a86e1cdf82" title="Type of video driver used to render graphics.">DriverType</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#1ea2f50c3b3a8eed6602a1a86e1cdf82" title="Type of video driver used to render graphics.">DriverType</a>;
<a name="l00050"></a>00050                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#1b596e201a6ebd63ca2841d46be10433" title="Size of the window or the video mode in fullscreen mode. Default: 800x600.">WindowSize</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#1b596e201a6ebd63ca2841d46be10433" title="Size of the window or the video mode in fullscreen mode. Default: 800x600.">WindowSize</a>;
<a name="l00051"></a>00051                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#0f7480557670df2d954ae217732a8773" title="Minimum Bits per pixel of the color buffer in fullscreen mode. Ignored if windowed...">Bits</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#0f7480557670df2d954ae217732a8773" title="Minimum Bits per pixel of the color buffer in fullscreen mode. Ignored if windowed...">Bits</a>;
<a name="l00052"></a>00052                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#d34136ed6cd1532ed4e112f7ad72cbcf" title="Minimum Bits per pixel of the depth buffer. Default: 16.">ZBufferBits</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#d34136ed6cd1532ed4e112f7ad72cbcf" title="Minimum Bits per pixel of the depth buffer. Default: 16.">ZBufferBits</a>;
<a name="l00053"></a>00053                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#40c03ef099d60cec514697baf0b64214" title="Should be set to true if the device should run in fullscreen.">Fullscreen</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#40c03ef099d60cec514697baf0b64214" title="Should be set to true if the device should run in fullscreen.">Fullscreen</a>;
<a name="l00054"></a>00054                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#8120cfeac3fbf8b12b1e5f6bd6a8ec2f" title="Specifies if the stencil buffer should be enabled.">Stencilbuffer</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#8120cfeac3fbf8b12b1e5f6bd6a8ec2f" title="Specifies if the stencil buffer should be enabled.">Stencilbuffer</a>;
<a name="l00055"></a>00055                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#33b07682f12db0d2c2c3a7bf74f64387" title="Specifies vertical syncronisation.">Vsync</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#33b07682f12db0d2c2c3a7bf74f64387" title="Specifies vertical syncronisation.">Vsync</a>;
<a name="l00056"></a>00056                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#50602e6ae0cc3d79ca7df0aa8114e75a" title="Specifies if the device should use fullscreen anti aliasing.">AntiAlias</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#50602e6ae0cc3d79ca7df0aa8114e75a" title="Specifies if the device should use fullscreen anti aliasing.">AntiAlias</a>;
<a name="l00057"></a>00057                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#cae5b5e41cec776aa4d05a03f16c57f2" title="Whether the main framebuffer uses an alpha channel.">WithAlphaChannel</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#cae5b5e41cec776aa4d05a03f16c57f2" title="Whether the main framebuffer uses an alpha channel.">WithAlphaChannel</a>;
<a name="l00058"></a>00058                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#49f2c3ed6cc7a28f2fde6683ac0b3267" title="Whether the main framebuffer uses doublebuffering.">Doublebuffer</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#49f2c3ed6cc7a28f2fde6683ac0b3267" title="Whether the main framebuffer uses doublebuffering.">Doublebuffer</a>;
<a name="l00059"></a>00059                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#cf9aee48aa9193f025f5f855d5a147cb" title="Specifies if the device should ignore input events.">IgnoreInput</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#cf9aee48aa9193f025f5f855d5a147cb" title="Specifies if the device should ignore input events.">IgnoreInput</a>;
<a name="l00060"></a>00060                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#e5dd722bd6c5a7001b73ef92264220a5" title="Specifies if the device should use stereo buffers.">Stereobuffer</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#e5dd722bd6c5a7001b73ef92264220a5" title="Specifies if the device should use stereo buffers.">Stereobuffer</a>;
<a name="l00061"></a>00061                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#c790f1359a357f705bc2a5b24a6cc55d" title="Specifies if the device should use high precision FPU setting.">HighPrecisionFPU</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#c790f1359a357f705bc2a5b24a6cc55d" title="Specifies if the device should use high precision FPU setting.">HighPrecisionFPU</a>;
<a name="l00062"></a>00062                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#600183dad7a2f6836e585d7a0d4e3e89" title="A user created event receiver.">EventReceiver</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#600183dad7a2f6836e585d7a0d4e3e89" title="A user created event receiver.">EventReceiver</a>;
<a name="l00063"></a>00063                         <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#f287810d910a23f8f7db98cef87b6eae" title="Window Id.">WindowId</a> = other.<a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#f287810d910a23f8f7db98cef87b6eae" title="Window Id.">WindowId</a>;
<a name="l00064"></a>00064                         <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00065"></a>00065                 }
<a name="l00066"></a>00066 
<a name="l00068"></a>00068 
<a name="l00078"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#76520addbdf96ee3b3f00cb7f55076e5">00078</a>                 <a class="code" href="namespaceirr.html#c25d94cf2e1037c7ca18ee79b3bd4505" title="An enum for the different device types supported by the Irrlicht Engine.">E_DEVICE_TYPE</a> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#76520addbdf96ee3b3f00cb7f55076e5" title="Type of the device.">DeviceType</a>;
<a name="l00079"></a>00079 
<a name="l00081"></a>00081 
<a name="l00085"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#1ea2f50c3b3a8eed6602a1a86e1cdf82">00085</a>                 <a class="code" href="namespaceirr_1_1video.html#e35a6de6d436c76107ad157fe42356d0" title="An enum for all types of drivers the Irrlicht Engine supports.">video::E_DRIVER_TYPE</a> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#1ea2f50c3b3a8eed6602a1a86e1cdf82" title="Type of video driver used to render graphics.">DriverType</a>;
<a name="l00086"></a>00086 
<a name="l00088"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#1b596e201a6ebd63ca2841d46be10433">00088</a>                 <a class="code" href="classirr_1_1core_1_1dimension2d.html" title="Specifies a 2 dimensional size.">core::dimension2d&lt;u32&gt;</a> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#1b596e201a6ebd63ca2841d46be10433" title="Size of the window or the video mode in fullscreen mode. Default: 800x600.">WindowSize</a>;
<a name="l00089"></a>00089 
<a name="l00091"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#0f7480557670df2d954ae217732a8773">00091</a>                 <a class="code" href="namespaceirr.html#646874f69af8ff87fc10201b0254a761" title="8 bit unsigned variable.">u8</a> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#0f7480557670df2d954ae217732a8773" title="Minimum Bits per pixel of the color buffer in fullscreen mode. Ignored if windowed...">Bits</a>;
<a name="l00092"></a>00092 
<a name="l00094"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#d34136ed6cd1532ed4e112f7ad72cbcf">00094</a>                 <a class="code" href="namespaceirr.html#646874f69af8ff87fc10201b0254a761" title="8 bit unsigned variable.">u8</a> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#d34136ed6cd1532ed4e112f7ad72cbcf" title="Minimum Bits per pixel of the depth buffer. Default: 16.">ZBufferBits</a>;
<a name="l00095"></a>00095 
<a name="l00097"></a>00097 
<a name="l00098"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#40c03ef099d60cec514697baf0b64214">00098</a>                 <span class="keywordtype">bool</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#40c03ef099d60cec514697baf0b64214" title="Should be set to true if the device should run in fullscreen.">Fullscreen</a>;
<a name="l00099"></a>00099 
<a name="l00101"></a>00101 
<a name="l00106"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#8120cfeac3fbf8b12b1e5f6bd6a8ec2f">00106</a>                 <span class="keywordtype">bool</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#8120cfeac3fbf8b12b1e5f6bd6a8ec2f" title="Specifies if the stencil buffer should be enabled.">Stencilbuffer</a>;
<a name="l00107"></a>00107 
<a name="l00109"></a>00109 
<a name="l00112"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#33b07682f12db0d2c2c3a7bf74f64387">00112</a>                 <span class="keywordtype">bool</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#33b07682f12db0d2c2c3a7bf74f64387" title="Specifies vertical syncronisation.">Vsync</a>;
<a name="l00113"></a>00113 
<a name="l00115"></a>00115 
<a name="l00130"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#50602e6ae0cc3d79ca7df0aa8114e75a">00130</a>                 <a class="code" href="namespaceirr.html#646874f69af8ff87fc10201b0254a761" title="8 bit unsigned variable.">u8</a> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#50602e6ae0cc3d79ca7df0aa8114e75a" title="Specifies if the device should use fullscreen anti aliasing.">AntiAlias</a>;
<a name="l00131"></a>00131 
<a name="l00133"></a>00133 
<a name="l00141"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#cae5b5e41cec776aa4d05a03f16c57f2">00141</a>                 <span class="keywordtype">bool</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#cae5b5e41cec776aa4d05a03f16c57f2" title="Whether the main framebuffer uses an alpha channel.">WithAlphaChannel</a>;
<a name="l00142"></a>00142 
<a name="l00144"></a>00144 
<a name="l00149"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#49f2c3ed6cc7a28f2fde6683ac0b3267">00149</a>                 <span class="keywordtype">bool</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#49f2c3ed6cc7a28f2fde6683ac0b3267" title="Whether the main framebuffer uses doublebuffering.">Doublebuffer</a>;
<a name="l00150"></a>00150 
<a name="l00152"></a>00152 
<a name="l00156"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#cf9aee48aa9193f025f5f855d5a147cb">00156</a>                 <span class="keywordtype">bool</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#cf9aee48aa9193f025f5f855d5a147cb" title="Specifies if the device should ignore input events.">IgnoreInput</a>;
<a name="l00157"></a>00157 
<a name="l00159"></a>00159 
<a name="l00164"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#e5dd722bd6c5a7001b73ef92264220a5">00164</a>                 <span class="keywordtype">bool</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#e5dd722bd6c5a7001b73ef92264220a5" title="Specifies if the device should use stereo buffers.">Stereobuffer</a>;
<a name="l00165"></a>00165 
<a name="l00167"></a>00167 
<a name="l00173"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#c790f1359a357f705bc2a5b24a6cc55d">00173</a>                 <span class="keywordtype">bool</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#c790f1359a357f705bc2a5b24a6cc55d" title="Specifies if the device should use high precision FPU setting.">HighPrecisionFPU</a>;
<a name="l00174"></a>00174 
<a name="l00176"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#600183dad7a2f6836e585d7a0d4e3e89">00176</a>                 <a class="code" href="classirr_1_1_i_event_receiver.html" title="Interface of an object which can receive events.">IEventReceiver</a>* <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#600183dad7a2f6836e585d7a0d4e3e89" title="A user created event receiver.">EventReceiver</a>;
<a name="l00177"></a>00177 
<a name="l00179"></a>00179 
<a name="l00229"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#f287810d910a23f8f7db98cef87b6eae">00229</a>                 <span class="keywordtype">void</span>* <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#f287810d910a23f8f7db98cef87b6eae" title="Window Id.">WindowId</a>;
<a name="l00230"></a>00230 
<a name="l00232"></a>00232 
<a name="l00234"></a><a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#f30f104af135b97d3e19fecaf2c10e45">00234</a>                 <span class="keyword">const</span> <a class="code" href="namespaceirr.html#9395eaea339bcb546b319e9c96bf7410" title="8 bit character variable.">c8</a>* <span class="keyword">const</span> <a class="code" href="structirr_1_1_s_irrlicht_creation_parameters.html#f30f104af135b97d3e19fecaf2c10e45" title="Don&amp;#39;t use or change this parameter.">SDK_version_do_not_use</a>;
<a name="l00235"></a>00235         };
<a name="l00236"></a>00236 
<a name="l00237"></a>00237 
<a name="l00238"></a>00238 } <span class="comment">// end namespace irr</span>
<a name="l00239"></a>00239 
<a name="l00240"></a>00240 <span class="preprocessor">#endif</span>
<a name="l00241"></a>00241 <span class="preprocessor"></span>
</pre></div></div>
<hr size="1">
<address style="align: right;">
<small> </small>
</address>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
  <tr> 
    <td width="0"> <div align="left"><small><a href="http://irrlicht.sourceforge.net" target="_blank"><img src="irrlicht.png" alt="The Irrlicht Engine" align="middle" border=0 width=88 height=31></a></small></div></td>
    <td> <div align="left"><small><em><font size="2">The <a href="http://irrlicht.sourceforge.net" target="_blank">Irrlicht 
        Engine</a> Documentation &copy; 2003-2009 by Nikolaus Gebhardt. Generated 
        on Sun Jan 10 09:24:05 2010 by <a href="http://www.doxygen.org" target="_blank">Doxygen</a> 
        (1.5.6)</font></em></small></div></td>
  </tr>
</table>
<address style="align: right;">
</address>
</body>
</html>