gosu 0.7.12 → 0.7.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. data/Gosu/Audio.hpp +1 -0
  2. data/Gosu/Bitmap.hpp +4 -4
  3. data/Gosu/Graphics.hpp +3 -0
  4. data/Gosu/Input.hpp +10 -0
  5. data/Gosu/Text.hpp +1 -0
  6. data/Gosu/Window.hpp +20 -9
  7. data/GosuImpl/Audio/ALChannelManagement.hpp +72 -0
  8. data/GosuImpl/Audio/AudioFileMac.hpp +105 -0
  9. data/GosuImpl/AudioOpenAL.mm +486 -0
  10. data/GosuImpl/DirectoriesTouch.mm +38 -0
  11. data/GosuImpl/Graphics/BitmapBMP.cpp +23 -8
  12. data/GosuImpl/Graphics/BitmapTouch.mm +73 -0
  13. data/GosuImpl/Graphics/BitmapUtils.cpp +0 -2
  14. data/GosuImpl/Graphics/BlockAllocator.cpp +15 -4
  15. data/GosuImpl/Graphics/Common.hpp +21 -0
  16. data/GosuImpl/Graphics/DrawOp.hpp +53 -10
  17. data/GosuImpl/Graphics/GosuView.hpp +28 -0
  18. data/GosuImpl/Graphics/GosuView.mm +159 -0
  19. data/GosuImpl/Graphics/Graphics.cpp +18 -18
  20. data/GosuImpl/Graphics/LargeImageData.cpp +3 -0
  21. data/GosuImpl/Graphics/TexChunk.cpp +3 -2
  22. data/GosuImpl/Graphics/Text.cpp +85 -20
  23. data/GosuImpl/Graphics/TextMac.cpp +14 -27
  24. data/GosuImpl/Graphics/TextTouch.mm +89 -0
  25. data/GosuImpl/Graphics/Texture.cpp +1 -5
  26. data/GosuImpl/Iconv.hpp +5 -3
  27. data/GosuImpl/InputMac.mm +8 -9
  28. data/GosuImpl/InputTouch.mm +47 -0
  29. data/GosuImpl/InputWin.cpp +12 -4
  30. data/GosuImpl/InputX.cpp +3 -1
  31. data/GosuImpl/MacUtility.hpp +41 -0
  32. data/GosuImpl/Math.cpp +1 -1
  33. data/GosuImpl/RubyGosu.swg +17 -6
  34. data/GosuImpl/RubyGosu_wrap.cxx +950 -549
  35. data/GosuImpl/RubyGosu_wrap.h +2 -1
  36. data/GosuImpl/TimingUnix.cpp +15 -17
  37. data/GosuImpl/UtilityTouch.mm +44 -0
  38. data/GosuImpl/WindowMac.mm +39 -19
  39. data/GosuImpl/WindowTouch.mm +154 -0
  40. data/GosuImpl/WindowWin.cpp +27 -10
  41. data/GosuImpl/WindowX.cpp +27 -7
  42. data/linux/extconf.rb +6 -0
  43. data/mac/Gosu.icns +0 -0
  44. data/mac/Gosu.xcodeproj/jlnr.pbxuser +562 -788
  45. data/mac/Gosu.xcodeproj/jlnr.perspectivev3 +113 -103
  46. data/mac/Gosu.xcodeproj/project.pbxproj +258 -173
  47. data/reference/Async_8hpp-source.html +1 -1
  48. data/reference/Audio_8hpp-source.html +91 -90
  49. data/reference/Audio_8hpp.html +1 -1
  50. data/reference/AutoLink_8hpp-source.html +1 -1
  51. data/reference/AutoLink_8hpp.html +1 -1
  52. data/reference/Bitmap_8hpp-source.html +11 -12
  53. data/reference/Bitmap_8hpp.html +1 -1
  54. data/reference/ButtonsMac_8hpp-source.html +1 -1
  55. data/reference/ButtonsWin_8hpp-source.html +1 -1
  56. data/reference/ButtonsX_8hpp-source.html +1 -1
  57. data/reference/Color_8hpp-source.html +1 -1
  58. data/reference/Color_8hpp.html +1 -1
  59. data/reference/Directories_8hpp-source.html +1 -1
  60. data/reference/Directories_8hpp.html +1 -1
  61. data/reference/Font_8hpp-source.html +1 -1
  62. data/reference/Font_8hpp.html +1 -1
  63. data/reference/Fwd_8hpp-source.html +1 -1
  64. data/reference/Fwd_8hpp.html +1 -1
  65. data/reference/Gosu_8hpp-source.html +1 -1
  66. data/reference/Gosu_8hpp.html +1 -1
  67. data/reference/GraphicsBase_8hpp-source.html +1 -1
  68. data/reference/GraphicsBase_8hpp.html +1 -1
  69. data/reference/Graphics_8hpp-source.html +64 -61
  70. data/reference/Graphics_8hpp.html +8 -1
  71. data/reference/IO_8hpp-source.html +1 -1
  72. data/reference/IO_8hpp.html +1 -1
  73. data/reference/ImageData_8hpp-source.html +1 -1
  74. data/reference/ImageData_8hpp.html +1 -1
  75. data/reference/Image_8hpp-source.html +1 -1
  76. data/reference/Image_8hpp.html +1 -1
  77. data/reference/Input_8hpp-source.html +81 -71
  78. data/reference/Input_8hpp.html +7 -1
  79. data/reference/Math_8hpp-source.html +1 -1
  80. data/reference/Math_8hpp.html +1 -1
  81. data/reference/Platform_8hpp-source.html +1 -1
  82. data/reference/Platform_8hpp.html +1 -1
  83. data/reference/RotFlip_8hpp-source.html +1 -1
  84. data/reference/RotFlip_8hpp.html +1 -1
  85. data/reference/Sockets_8hpp-source.html +1 -1
  86. data/reference/Sockets_8hpp.html +1 -1
  87. data/reference/TextInput_8hpp-source.html +1 -1
  88. data/reference/TextInput_8hpp.html +1 -1
  89. data/reference/Text_8hpp-source.html +28 -27
  90. data/reference/Text_8hpp.html +1 -1
  91. data/reference/Timing_8hpp-source.html +1 -1
  92. data/reference/Timing_8hpp.html +1 -1
  93. data/reference/Utility_8hpp-source.html +1 -1
  94. data/reference/Utility_8hpp.html +1 -1
  95. data/reference/WinUtility_8hpp-source.html +1 -1
  96. data/reference/WinUtility_8hpp.html +1 -1
  97. data/reference/Window_8hpp-source.html +76 -68
  98. data/reference/Window_8hpp.html +1 -1
  99. data/reference/annotated.html +1 -1
  100. data/reference/classGosu_1_1Audio-members.html +1 -1
  101. data/reference/classGosu_1_1Audio.html +1 -1
  102. data/reference/classGosu_1_1Bitmap-members.html +3 -2
  103. data/reference/classGosu_1_1Bitmap.html +9 -6
  104. data/reference/classGosu_1_1Buffer-members.html +1 -1
  105. data/reference/classGosu_1_1Buffer.html +1 -1
  106. data/reference/classGosu_1_1Button-members.html +1 -1
  107. data/reference/classGosu_1_1Button.html +2 -2
  108. data/reference/classGosu_1_1Color-members.html +1 -1
  109. data/reference/classGosu_1_1Color.html +1 -1
  110. data/reference/classGosu_1_1File-members.html +1 -1
  111. data/reference/classGosu_1_1File.html +1 -1
  112. data/reference/classGosu_1_1Font-members.html +1 -1
  113. data/reference/classGosu_1_1Font.html +1 -1
  114. data/reference/classGosu_1_1Graphics-members.html +1 -1
  115. data/reference/classGosu_1_1Graphics.html +1 -1
  116. data/reference/classGosu_1_1Image-members.html +1 -1
  117. data/reference/classGosu_1_1Image.html +1 -1
  118. data/reference/classGosu_1_1ImageData-members.html +1 -1
  119. data/reference/classGosu_1_1ImageData.html +1 -1
  120. data/reference/classGosu_1_1Input-members.html +1 -1
  121. data/reference/classGosu_1_1Input.html +1 -1
  122. data/reference/classGosu_1_1MessageSocket-members.html +1 -1
  123. data/reference/classGosu_1_1MessageSocket.html +1 -1
  124. data/reference/classGosu_1_1Resource-members.html +1 -1
  125. data/reference/classGosu_1_1Resource.html +1 -1
  126. data/reference/classGosu_1_1Sample-members.html +1 -1
  127. data/reference/classGosu_1_1Sample.html +1 -1
  128. data/reference/classGosu_1_1SampleInstance-members.html +1 -1
  129. data/reference/classGosu_1_1SampleInstance.html +1 -1
  130. data/reference/classGosu_1_1Song-members.html +1 -1
  131. data/reference/classGosu_1_1Song.html +1 -1
  132. data/reference/classGosu_1_1TextInput-members.html +1 -1
  133. data/reference/classGosu_1_1TextInput.html +1 -1
  134. data/reference/classGosu_1_1Window-members.html +3 -3
  135. data/reference/classGosu_1_1Window.html +27 -9
  136. data/reference/files.html +1 -1
  137. data/reference/functions.html +10 -5
  138. data/reference/functions_enum.html +1 -1
  139. data/reference/functions_func.html +10 -5
  140. data/reference/functions_vars.html +1 -1
  141. data/reference/hierarchy.html +1 -1
  142. data/reference/index.html +1 -1
  143. data/reference/namespaceGosu.html +13 -2
  144. data/reference/namespaceGosu_1_1Colors.html +1 -1
  145. data/reference/namespaceGosu_1_1Win.html +1 -1
  146. data/reference/namespacemembers.html +1 -1
  147. data/reference/namespacemembers_enum.html +1 -1
  148. data/reference/namespacemembers_eval.html +1 -1
  149. data/reference/namespacemembers_func.html +1 -1
  150. data/reference/namespacemembers_type.html +1 -1
  151. data/reference/namespacemembers_vars.html +1 -1
  152. data/reference/namespaces.html +1 -1
  153. data/windows/Gosu.sln +2 -2
  154. data/windows/Gosu.vcproj +7 -8
  155. data/windows/RubyGosu.vcproj +5 -5
  156. metadata +14 -2
@@ -30,7 +30,7 @@
30
30
  <tr bgcolor="#f0f0f0"><td><b>width</b>() const =0 (defined in <a class="el" href="classGosu_1_1ImageData.html">Gosu::ImageData</a>)</td><td><a class="el" href="classGosu_1_1ImageData.html">Gosu::ImageData</a></td><td><code> [pure virtual]</code></td></tr>
31
31
  <tr bgcolor="#f0f0f0"><td><b>~ImageData</b>() (defined in <a class="el" href="classGosu_1_1ImageData.html">Gosu::ImageData</a>)</td><td><a class="el" href="classGosu_1_1ImageData.html">Gosu::ImageData</a></td><td><code> [inline, virtual]</code></td></tr>
32
32
  </table></div>
33
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
33
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
34
34
  <a href="http://www.doxygen.org/index.html">
35
35
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
36
36
  </body>
@@ -53,7 +53,7 @@ The <a class="el" href="classGosu_1_1ImageData.html" title="The ImageData class
53
53
  Instances of classes derived by <a class="el" href="classGosu_1_1ImageData.html" title="The ImageData class is an abstract base class for drawable images.">ImageData</a> are usually returned by <a class="el" href="classGosu_1_1Graphics.html#6b10629453eec979500179e4ceb11434" title="Turns a portion of a bitmap into something that can be drawn on this graphics object...">Graphics::createImage</a> and usually only used to implement drawing primitives like <a class="el" href="classGosu_1_1Image.html" title="Provides functionality for drawing rectangular images.">Image</a>, which then provide a more specialized and intuitive drawing interface. <hr>The documentation for this class was generated from the following file:<ul>
54
54
  <li><a class="el" href="ImageData_8hpp-source.html">ImageData.hpp</a></ul>
55
55
  </div>
56
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
56
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
57
57
  <a href="http://www.doxygen.org/index.html">
58
58
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
59
59
  </body>
@@ -38,7 +38,7 @@
38
38
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Input.html#904cd360ad96838a61b408d5aa6729aa">update</a>()</td><td><a class="el" href="classGosu_1_1Input.html">Gosu::Input</a></td><td></td></tr>
39
39
  <tr bgcolor="#f0f0f0"><td><b>~Input</b>() (defined in <a class="el" href="classGosu_1_1Input.html">Gosu::Input</a>)</td><td><a class="el" href="classGosu_1_1Input.html">Gosu::Input</a></td><td></td></tr>
40
40
  </table></div>
41
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
41
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
42
42
  <a href="http://www.doxygen.org/index.html">
43
43
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
44
44
  </body>
@@ -249,7 +249,7 @@ You can bind these to your own functions. If you use the <a class="el" href="cla
249
249
  <hr>The documentation for this class was generated from the following file:<ul>
250
250
  <li><a class="el" href="Input_8hpp-source.html">Input.hpp</a></ul>
251
251
  </div>
252
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
252
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
253
253
  <a href="http://www.doxygen.org/index.html">
254
254
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
255
255
  </body>
@@ -33,7 +33,7 @@
33
33
  <tr class="memlist"><td><a class="el" href="classGosu_1_1MessageSocket.html#3e642630d8b17d9336e3eb7112fa14dd">update</a>()</td><td><a class="el" href="classGosu_1_1MessageSocket.html">Gosu::MessageSocket</a></td><td></td></tr>
34
34
  <tr bgcolor="#f0f0f0"><td><b>~MessageSocket</b>() (defined in <a class="el" href="classGosu_1_1MessageSocket.html">Gosu::MessageSocket</a>)</td><td><a class="el" href="classGosu_1_1MessageSocket.html">Gosu::MessageSocket</a></td><td></td></tr>
35
35
  </table></div>
36
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
36
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
37
37
  <a href="http://www.doxygen.org/index.html">
38
38
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
39
39
  </body>
@@ -226,7 +226,7 @@ If assigned, will be called by update for every packet received.
226
226
  <hr>The documentation for this class was generated from the following file:<ul>
227
227
  <li><a class="el" href="Sockets_8hpp-source.html">Sockets.hpp</a></ul>
228
228
  </div>
229
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
229
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
230
230
  <a href="http://www.doxygen.org/index.html">
231
231
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
232
232
  </body>
@@ -32,7 +32,7 @@
32
32
  <tr bgcolor="#f0f0f0"><td><b>write</b>(std::size_t offset, std::size_t length, const void *sourceBuffer)=0 (defined in <a class="el" href="classGosu_1_1Resource.html">Gosu::Resource</a>)</td><td><a class="el" href="classGosu_1_1Resource.html">Gosu::Resource</a></td><td><code> [pure virtual]</code></td></tr>
33
33
  <tr bgcolor="#f0f0f0"><td><b>~Resource</b>() (defined in <a class="el" href="classGosu_1_1Resource.html">Gosu::Resource</a>)</td><td><a class="el" href="classGosu_1_1Resource.html">Gosu::Resource</a></td><td><code> [inline, virtual]</code></td></tr>
34
34
  </table></div>
35
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
35
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
36
36
  <a href="http://www.doxygen.org/index.html">
37
37
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
38
38
  </body>
@@ -109,7 +109,7 @@ Convenience: Creates a new Writer that appends data at the end of the resource.
109
109
  <hr>The documentation for this class was generated from the following file:<ul>
110
110
  <li><a class="el" href="IO_8hpp-source.html">IO.hpp</a></ul>
111
111
  </div>
112
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
112
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
113
113
  <a href="http://www.doxygen.org/index.html">
114
114
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
115
115
  </body>
@@ -30,7 +30,7 @@
30
30
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Sample.html#70f49bdcacb9969ecf3b8be48acb3dc1">Sample</a>(Audio &amp;audio, Reader reader)</td><td><a class="el" href="classGosu_1_1Sample.html">Gosu::Sample</a></td><td></td></tr>
31
31
  <tr bgcolor="#f0f0f0"><td><b>~Sample</b>() (defined in <a class="el" href="classGosu_1_1Sample.html">Gosu::Sample</a>)</td><td><a class="el" href="classGosu_1_1Sample.html">Gosu::Sample</a></td><td></td></tr>
32
32
  </table></div>
33
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
33
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
34
34
  <a href="http://www.doxygen.org/index.html">
35
35
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
36
36
  </body>
@@ -205,7 +205,7 @@ Even if pan is 0.0, the sample will not be as loud as if it were played by calli
205
205
  <hr>The documentation for this class was generated from the following file:<ul>
206
206
  <li><a class="el" href="Audio_8hpp-source.html">Audio.hpp</a></ul>
207
207
  </div>
208
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
208
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
209
209
  <a href="http://www.doxygen.org/index.html">
210
210
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
211
211
  </body>
@@ -34,7 +34,7 @@
34
34
  <tr class="memlist"><td><a class="el" href="classGosu_1_1SampleInstance.html#1dcf6b649592940d21d3d2487e510c7e">SampleInstance</a>(int handle, int extra)</td><td><a class="el" href="classGosu_1_1SampleInstance.html">Gosu::SampleInstance</a></td><td></td></tr>
35
35
  <tr bgcolor="#f0f0f0"><td><b>stop</b>() (defined in <a class="el" href="classGosu_1_1SampleInstance.html">Gosu::SampleInstance</a>)</td><td><a class="el" href="classGosu_1_1SampleInstance.html">Gosu::SampleInstance</a></td><td></td></tr>
36
36
  </table></div>
37
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
37
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
38
38
  <a href="http://www.doxygen.org/index.html">
39
39
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
40
40
  </body>
@@ -171,7 +171,7 @@ Called by <a class="el" href="classGosu_1_1Sample.html" title="A sample is a sho
171
171
  <hr>The documentation for this class was generated from the following file:<ul>
172
172
  <li><a class="el" href="Audio_8hpp-source.html">Audio.hpp</a></ul>
173
173
  </div>
174
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
174
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
175
175
  <a href="http://www.doxygen.org/index.html">
176
176
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
177
177
  </body>
@@ -39,7 +39,7 @@
39
39
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#ab8e8a273b5ea235ad9f48dee684c683">volume</a>() const </td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
40
40
  <tr bgcolor="#f0f0f0"><td><b>~Song</b>() (defined in <a class="el" href="classGosu_1_1Song.html">Gosu::Song</a>)</td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
41
41
  </table></div>
42
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
42
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
43
43
  <a href="http://www.doxygen.org/index.html">
44
44
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
45
45
  </body>
@@ -324,7 +324,7 @@ Changes the volume of the song.
324
324
  <hr>The documentation for this class was generated from the following file:<ul>
325
325
  <li><a class="el" href="Audio_8hpp-source.html">Audio.hpp</a></ul>
326
326
  </div>
327
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
327
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
328
328
  <a href="http://www.doxygen.org/index.html">
329
329
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
330
330
  </body>
@@ -31,7 +31,7 @@
31
31
  <tr bgcolor="#f0f0f0"><td><b>TextInput</b>() (defined in <a class="el" href="classGosu_1_1TextInput.html">Gosu::TextInput</a>)</td><td><a class="el" href="classGosu_1_1TextInput.html">Gosu::TextInput</a></td><td></td></tr>
32
32
  <tr bgcolor="#f0f0f0"><td><b>~TextInput</b>() (defined in <a class="el" href="classGosu_1_1TextInput.html">Gosu::TextInput</a>)</td><td><a class="el" href="classGosu_1_1TextInput.html">Gosu::TextInput</a></td><td></td></tr>
33
33
  </table></div>
34
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
34
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
35
35
  <a href="http://www.doxygen.org/index.html">
36
36
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
37
37
  </body>
@@ -114,7 +114,7 @@ If there is no selection, <a class="el" href="classGosu_1_1TextInput.html#6ddbf8
114
114
  <hr>The documentation for this class was generated from the following file:<ul>
115
115
  <li><a class="el" href="TextInput_8hpp-source.html">TextInput.hpp</a></ul>
116
116
  </div>
117
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
117
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
118
118
  <a href="http://www.doxygen.org/index.html">
119
119
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
120
120
  </body>
@@ -30,20 +30,20 @@
30
30
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Window.html#41ab0a9bfee1c88d96618308bde584fc">buttonUp</a>(Gosu::Button)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td><code> [inline, virtual]</code></td></tr>
31
31
  <tr bgcolor="#f0f0f0"><td><b>caption</b>() const (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
32
32
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Window.html#ccbd57bf5ea05899e4270e2b20b300a6">close</a>()</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
33
- <tr bgcolor="#f0f0f0"><td><b>createSharedContext</b>() (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
34
33
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Window.html#b3c5da8e60f81c0528a5d8d9495daac8">draw</a>()</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td><code> [inline, virtual]</code></td></tr>
35
34
  <tr bgcolor="#f0f0f0"><td><b>graphics</b>() const (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
36
35
  <tr bgcolor="#f0f0f0"><td><b>graphics</b>() (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
37
36
  <tr bgcolor="#f0f0f0"><td><b>input</b>() const (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
38
37
  <tr bgcolor="#f0f0f0"><td><b>input</b>() (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
38
+ <tr class="memlist"><td><a class="el" href="classGosu_1_1Window.html#94fe0b34e44e22a5076edd26f8e76853">needsRedraw</a>() const </td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td><code> [inline, virtual]</code></td></tr>
39
39
  <tr bgcolor="#f0f0f0"><td><b>setCaption</b>(const std::wstring &amp;caption) (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
40
- <tr bgcolor="#f0f0f0"><td><b>SharedContext</b> typedef (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
41
40
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Window.html#d4b7c1e5e817d8aaca09f5d19a3a9d93">show</a>()</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
42
41
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Window.html#4c74a15418c916dabec98c2da3ca45ba">update</a>()</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td><code> [inline, virtual]</code></td></tr>
42
+ <tr bgcolor="#f0f0f0"><td><b>updateInterval</b>() const (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
43
43
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Window.html#369461754934c92b9bd0811dbdad8ffa">Window</a>(unsigned width, unsigned height, bool fullscreen, double updateInterval=16.666666)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
44
44
  <tr bgcolor="#f0f0f0"><td><b>~Window</b>() (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td><code> [virtual]</code></td></tr>
45
45
  </table></div>
46
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
46
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
47
47
  <a href="http://www.doxygen.org/index.html">
48
48
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
49
49
  </body>
@@ -32,11 +32,6 @@
32
32
  <p>
33
33
  <a href="classGosu_1_1Window-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
34
34
  <tr><td></td></tr>
35
- <tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
36
- <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ba8dfad645b824851fe0d8846483feff"></a><!-- doxytag: member="Gosu::Window::SharedContext" ref="ba8dfad645b824851fe0d8846483feff" args="" -->
37
- typedef boost::shared_ptr<br>
38
- &lt; boost::function&lt; void()&gt; &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>SharedContext</b></td></tr>
39
-
40
35
  <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
41
36
  <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Window.html#369461754934c92b9bd0811dbdad8ffa">Window</a> (unsigned width, unsigned height, bool fullscreen, double updateInterval=16.666666)</td></tr>
42
37
 
@@ -46,6 +41,9 @@ std::wstring&nbsp;</td><td class="memItemRight" valign="bottom"><b>caption</b> (
46
41
  <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c4af331ee73acf27e75d453309a559d6"></a><!-- doxytag: member="Gosu::Window::setCaption" ref="c4af331ee73acf27e75d453309a559d6" args="(const std::wstring &amp;caption)" -->
47
42
  void&nbsp;</td><td class="memItemRight" valign="bottom"><b>setCaption</b> (const std::wstring &amp;caption)</td></tr>
48
43
 
44
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cd0648d200a7faab41e31c192d77252b"></a><!-- doxytag: member="Gosu::Window::updateInterval" ref="cd0648d200a7faab41e31c192d77252b" args="() const " -->
45
+ double&nbsp;</td><td class="memItemRight" valign="bottom"><b>updateInterval</b> () const </td></tr>
46
+
49
47
  <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Window.html#d4b7c1e5e817d8aaca09f5d19a3a9d93">show</a> ()</td></tr>
50
48
 
51
49
  <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Window.html#ccbd57bf5ea05899e4270e2b20b300a6">close</a> ()</td></tr>
@@ -54,6 +52,8 @@ void&nbsp;</td><td class="memItemRight" valign="bottom"><b>setCaption</b> (const
54
52
 
55
53
  <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Window.html#b3c5da8e60f81c0528a5d8d9495daac8">draw</a> ()</td></tr>
56
54
 
55
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Window.html#94fe0b34e44e22a5076edd26f8e76853">needsRedraw</a> () const </td></tr>
56
+
57
57
  <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Window.html#d4e680daba62ac7fbc8002b2be50a2c5">buttonDown</a> (<a class="el" href="classGosu_1_1Button.html">Gosu::Button</a>)</td></tr>
58
58
 
59
59
  <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Window.html#41ab0a9bfee1c88d96618308bde584fc">buttonUp</a> (<a class="el" href="classGosu_1_1Button.html">Gosu::Button</a>)</td></tr>
@@ -76,9 +76,6 @@ const <a class="el" href="classGosu_1_1Input.html">Input</a> &amp;&nbsp;</td><td
76
76
  <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8ea4ba2ff316a565b8701c46aa1972ad"></a><!-- doxytag: member="Gosu::Window::input" ref="8ea4ba2ff316a565b8701c46aa1972ad" args="()" -->
77
77
  <a class="el" href="classGosu_1_1Input.html">Input</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><b>input</b> ()</td></tr>
78
78
 
79
- <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ee8eed37f3510d0c01d68c0fff64e07c"></a><!-- doxytag: member="Gosu::Window::createSharedContext" ref="ee8eed37f3510d0c01d68c0fff64e07c" args="()" -->
80
- SharedContext&nbsp;</td><td class="memItemRight" valign="bottom"><b>createSharedContext</b> ()</td></tr>
81
-
82
79
  </table>
83
80
  <hr><a name="_details"></a><h2>Detailed Description</h2>
84
81
  Convenient all-in-one class that serves as the foundation of a standard <a class="el" href="namespaceGosu.html" title="The library&#39;s main namespace.">Gosu</a> application.
@@ -217,6 +214,27 @@ Called after every update and when the OS wants the window to repaint itself.
217
214
  Your application's rendering code goes here.
218
215
  </div>
219
216
  </div><p>
217
+ <a class="anchor" name="94fe0b34e44e22a5076edd26f8e76853"></a><!-- doxytag: member="Gosu::Window::needsRedraw" ref="94fe0b34e44e22a5076edd26f8e76853" args="() const " -->
218
+ <div class="memitem">
219
+ <div class="memproto">
220
+ <table class="memname">
221
+ <tr>
222
+ <td class="memname">virtual bool Gosu::Window::needsRedraw </td>
223
+ <td>(</td>
224
+ <td class="paramname"> </td>
225
+ <td>&nbsp;)&nbsp;</td>
226
+ <td width="100%"> const<code> [inline, virtual]</code></td>
227
+ </tr>
228
+ </table>
229
+ </div>
230
+ <div class="memdoc">
231
+
232
+ <p>
233
+ Gives the game a chance to say no to being redrawn.
234
+ <p>
235
+ This is not a definitive answer. The operating system can still cause redraws for one reason or another.
236
+ </div>
237
+ </div><p>
220
238
  <a class="anchor" name="d4e680daba62ac7fbc8002b2be50a2c5"></a><!-- doxytag: member="Gosu::Window::buttonDown" ref="d4e680daba62ac7fbc8002b2be50a2c5" args="(Gosu::Button)" -->
221
239
  <div class="memitem">
222
240
  <div class="memproto">
@@ -264,7 +282,7 @@ Same as buttonDown. Called then the user released a button.
264
282
  <hr>The documentation for this class was generated from the following file:<ul>
265
283
  <li><a class="el" href="Window_8hpp-source.html">Window.hpp</a></ul>
266
284
  </div>
267
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
285
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
268
286
  <a href="http://www.doxygen.org/index.html">
269
287
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
270
288
  </body>
@@ -47,7 +47,7 @@
47
47
  <tr><td class="indexkey"><a class="el" href="WinUtility_8hpp.html">WinUtility.hpp</a> <a href="WinUtility_8hpp-source.html">[code]</a></td><td class="indexvalue">Contains some functions which are used to implement <a class="el" href="namespaceGosu.html" title="The library&#39;s main namespace.">Gosu</a> on Windows and might be useful for advanced users who try to integrate <a class="el" href="namespaceGosu.html" title="The library&#39;s main namespace.">Gosu</a> in a Win32 application </td></tr>
48
48
  </table>
49
49
  </div>
50
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 2009 for Gosu by&nbsp;
50
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
51
51
  <a href="http://www.doxygen.org/index.html">
52
52
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
53
53
  </body>
@@ -41,6 +41,7 @@
41
41
  <li><a href="#index_h"><span>h</span></a></li>
42
42
  <li><a href="#index_i"><span>i</span></a></li>
43
43
  <li><a href="#index_m"><span>m</span></a></li>
44
+ <li><a href="#index_n"><span>n</span></a></li>
44
45
  <li><a href="#index_o"><span>o</span></a></li>
45
46
  <li><a href="#index_p"><span>p</span></a></li>
46
47
  <li><a href="#index_s"><span>s</span></a></li>
@@ -102,12 +103,14 @@ Here is a list of all documented class members with links to the class documenta
102
103
  : <a class="el" href="classGosu_1_1Song.html#3f6c94bd9ea9522430d6e0d1e1e64250">Gosu::Song</a>
103
104
  </ul>
104
105
  <h3><a class="anchor" name="index_d">- d -</a></h3><ul>
106
+ <li>data()
107
+ : <a class="el" href="classGosu_1_1Bitmap.html#f20320b33058d6a54aa31fc4c99a65fe">Gosu::Bitmap</a>
105
108
  <li>down()
106
109
  : <a class="el" href="classGosu_1_1Input.html#b4645c1bf26bceea7f8cfc43680667f1">Gosu::Input</a>
107
110
  <li>draw()
108
- : <a class="el" href="classGosu_1_1Font.html#5a67d1a1745e1d2eb1b7ec7d12f40e35">Gosu::Font</a>
111
+ : <a class="el" href="classGosu_1_1Image.html#7e6de0cae934109ba6c96434767f9540">Gosu::Image</a>
109
112
  , <a class="el" href="classGosu_1_1Window.html#b3c5da8e60f81c0528a5d8d9495daac8">Gosu::Window</a>
110
- , <a class="el" href="classGosu_1_1Image.html#7e6de0cae934109ba6c96434767f9540">Gosu::Image</a>
113
+ , <a class="el" href="classGosu_1_1Font.html#5a67d1a1745e1d2eb1b7ec7d12f40e35">Gosu::Font</a>
111
114
  <li>drawMod()
112
115
  : <a class="el" href="classGosu_1_1Image.html#6ee7e13d1def74cbf5e974fdc3b045a1">Gosu::Image</a>
113
116
  <li>drawRel()
@@ -136,8 +139,6 @@ Here is a list of all documented class members with links to the class documenta
136
139
  : <a class="el" href="classGosu_1_1Button.html#b4427dd79ad56325fc5d0509b7ddaed2">Gosu::Button</a>
137
140
  <li>getPixel()
138
141
  : <a class="el" href="classGosu_1_1Bitmap.html#93ea4a3ce9a09520dee52ba4deae4d18">Gosu::Bitmap</a>
139
- <li>glCompatibleData()
140
- : <a class="el" href="classGosu_1_1Bitmap.html#1eab4186d0c6b539f9b94e0f70778e25">Gosu::Bitmap</a>
141
142
  </ul>
142
143
  <h3><a class="anchor" name="index_h">- h -</a></h3><ul>
143
144
  <li>height()
@@ -163,6 +164,10 @@ Here is a list of all documented class members with links to the class documenta
163
164
  <li>mouseY()
164
165
  : <a class="el" href="classGosu_1_1Input.html#5bedd5d599dfe530043b3b0f6e3bf2a4">Gosu::Input</a>
165
166
  </ul>
167
+ <h3><a class="anchor" name="index_n">- n -</a></h3><ul>
168
+ <li>needsRedraw()
169
+ : <a class="el" href="classGosu_1_1Window.html#94fe0b34e44e22a5076edd26f8e76853">Gosu::Window</a>
170
+ </ul>
166
171
  <h3><a class="anchor" name="index_o">- o -</a></h3><ul>
167
172
  <li>onButtonDown
168
173
  : <a class="el" href="classGosu_1_1Input.html#b8ea5dbbd08d812cb8d5efa399750e77">Gosu::Input</a>
@@ -237,7 +242,7 @@ Here is a list of all documented class members with links to the class documenta
237
242
  : <a class="el" href="classGosu_1_1Window.html#369461754934c92b9bd0811dbdad8ffa">Gosu::Window</a>
238
243
  </ul>
239
244
  </div>
240
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
245
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
241
246
  <a href="http://www.doxygen.org/index.html">
242
247
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
243
248
  </body>
@@ -38,7 +38,7 @@
38
38
  : <a class="el" href="classGosu_1_1Song.html#ec4c76bfe19e210da34bcaa286af605f">Gosu::Song</a>
39
39
  </ul>
40
40
  </div>
41
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
41
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
42
42
  <a href="http://www.doxygen.org/index.html">
43
43
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
44
44
  </body>
@@ -41,6 +41,7 @@
41
41
  <li><a href="#index_h"><span>h</span></a></li>
42
42
  <li><a href="#index_i"><span>i</span></a></li>
43
43
  <li><a href="#index_m"><span>m</span></a></li>
44
+ <li><a href="#index_n"><span>n</span></a></li>
44
45
  <li><a href="#index_p"><span>p</span></a></li>
45
46
  <li><a href="#index_s"><span>s</span></a></li>
46
47
  <li><a href="#index_t"><span>t</span></a></li>
@@ -101,12 +102,14 @@
101
102
  : <a class="el" href="classGosu_1_1Song.html#3f6c94bd9ea9522430d6e0d1e1e64250">Gosu::Song</a>
102
103
  </ul>
103
104
  <h3><a class="anchor" name="index_d">- d -</a></h3><ul>
105
+ <li>data()
106
+ : <a class="el" href="classGosu_1_1Bitmap.html#f20320b33058d6a54aa31fc4c99a65fe">Gosu::Bitmap</a>
104
107
  <li>down()
105
108
  : <a class="el" href="classGosu_1_1Input.html#b4645c1bf26bceea7f8cfc43680667f1">Gosu::Input</a>
106
109
  <li>draw()
107
- : <a class="el" href="classGosu_1_1Font.html#5a67d1a1745e1d2eb1b7ec7d12f40e35">Gosu::Font</a>
110
+ : <a class="el" href="classGosu_1_1Image.html#7e6de0cae934109ba6c96434767f9540">Gosu::Image</a>
108
111
  , <a class="el" href="classGosu_1_1Window.html#b3c5da8e60f81c0528a5d8d9495daac8">Gosu::Window</a>
109
- , <a class="el" href="classGosu_1_1Image.html#7e6de0cae934109ba6c96434767f9540">Gosu::Image</a>
112
+ , <a class="el" href="classGosu_1_1Font.html#5a67d1a1745e1d2eb1b7ec7d12f40e35">Gosu::Font</a>
110
113
  <li>drawMod()
111
114
  : <a class="el" href="classGosu_1_1Image.html#6ee7e13d1def74cbf5e974fdc3b045a1">Gosu::Image</a>
112
115
  <li>drawRel()
@@ -135,8 +138,6 @@
135
138
  : <a class="el" href="classGosu_1_1Button.html#b4427dd79ad56325fc5d0509b7ddaed2">Gosu::Button</a>
136
139
  <li>getPixel()
137
140
  : <a class="el" href="classGosu_1_1Bitmap.html#93ea4a3ce9a09520dee52ba4deae4d18">Gosu::Bitmap</a>
138
- <li>glCompatibleData()
139
- : <a class="el" href="classGosu_1_1Bitmap.html#1eab4186d0c6b539f9b94e0f70778e25">Gosu::Bitmap</a>
140
141
  </ul>
141
142
  <h3><a class="anchor" name="index_h">- h -</a></h3><ul>
142
143
  <li>height()
@@ -162,6 +163,10 @@
162
163
  <li>mouseY()
163
164
  : <a class="el" href="classGosu_1_1Input.html#5bedd5d599dfe530043b3b0f6e3bf2a4">Gosu::Input</a>
164
165
  </ul>
166
+ <h3><a class="anchor" name="index_n">- n -</a></h3><ul>
167
+ <li>needsRedraw()
168
+ : <a class="el" href="classGosu_1_1Window.html#94fe0b34e44e22a5076edd26f8e76853">Gosu::Window</a>
169
+ </ul>
165
170
  <h3><a class="anchor" name="index_p">- p -</a></h3><ul>
166
171
  <li>pause()
167
172
  : <a class="el" href="classGosu_1_1Song.html#9ae053fbee6f240d2793fab3fa4ef596">Gosu::Song</a>
@@ -228,7 +233,7 @@
228
233
  : <a class="el" href="classGosu_1_1Window.html#369461754934c92b9bd0811dbdad8ffa">Gosu::Window</a>
229
234
  </ul>
230
235
  </div>
231
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
236
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
232
237
  <a href="http://www.doxygen.org/index.html">
233
238
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
234
239
  </body>
@@ -40,7 +40,7 @@
40
40
  : <a class="el" href="classGosu_1_1MessageSocket.html#946bf3cb838b105842ca86938c3a86ae">Gosu::MessageSocket</a>
41
41
  </ul>
42
42
  </div>
43
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
43
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
44
44
  <a href="http://www.doxygen.org/index.html">
45
45
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
46
46
  </body>
@@ -46,7 +46,7 @@
46
46
  <li><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>
47
47
  </ul>
48
48
  </div>
49
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
49
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
50
50
  <a href="http://www.doxygen.org/index.html">
51
51
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
52
52
  </body>
@@ -19,7 +19,7 @@
19
19
  <h1>Gosu Documentation</h1>
20
20
  <p>
21
21
  </div>
22
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
22
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
23
23
  <a href="http://www.doxygen.org/index.html">
24
24
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
25
25
  </body>
@@ -65,6 +65,8 @@
65
65
  <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Button.html">Button</a></td></tr>
66
66
 
67
67
  <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Very lightweight class that identifies a button (keyboard, mouse or other device). <a href="classGosu_1_1Button.html#_details">More...</a><br></td></tr>
68
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><b>Touch</b></td></tr>
69
+
68
70
  <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Input.html">Input</a></td></tr>
69
71
 
70
72
  <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Manages initialization and shutdown of the input system. <a href="classGosu_1_1Input.html#_details">More...</a><br></td></tr>
@@ -104,6 +106,9 @@
104
106
  <tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
105
107
  <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#a2fd8fe9574c0ad3fd52557cb160be49">ZPos</a></td></tr>
106
108
 
109
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fb6633385bb7471380c0e621bfe605fb"></a><!-- doxytag: member="Gosu::Touches" ref="fb6633385bb7471380c0e621bfe605fb" args="" -->
110
+ typedef std::vector&lt; Touch &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>Touches</b></td></tr>
111
+
107
112
  <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e32efd2c73c3884c91c05d5c136d5485"></a><!-- doxytag: member="Gosu::SocketAddress" ref="e32efd2c73c3884c91c05d5c136d5485" args="" -->
108
113
  typedef boost::uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><b>SocketAddress</b></td></tr>
109
114
 
@@ -1598,6 +1603,12 @@ bool&nbsp;</td><td class="memItemRight" valign="bottom"><b>operator!=</b> (<a cl
1598
1603
 
1599
1604
  <tr><td class="memItemLeft" nowrap align="right" valign="top">std::wstring&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#608bef262f259644b1e804c5bd03683a">userDocsPrefix</a> ()</td></tr>
1600
1605
 
1606
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5dcc0658209b7c8523f00e58ccb663b7"></a><!-- doxytag: member="Gosu::screenWidth" ref="5dcc0658209b7c8523f00e58ccb663b7" args="()" -->
1607
+ unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><b>screenWidth</b> ()</td></tr>
1608
+
1609
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2934a7df026d36a3b8793e8097f701c5"></a><!-- doxytag: member="Gosu::screenHeight" ref="2934a7df026d36a3b8793e8097f701c5" args="()" -->
1610
+ unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><b>screenHeight</b> ()</td></tr>
1611
+
1601
1612
  <tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename Container&gt; </td></tr>
1602
1613
  <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#b347c1ac66f7c276cc505acb62947b23">imagesFromTiledBitmap</a> (<a class="el" href="classGosu_1_1Graphics.html">Graphics</a> &amp;graphics, const std::wstring &amp;filename, int tileWidth, int tileHeight, bool hardBorders, Container &amp;appendTo)</td></tr>
1603
1614
 
@@ -2843,7 +2854,7 @@ Returns the vertical distance between the origin and the point to which you woul
2843
2854
  Tests whether two Buttons identify the same physical button.
2844
2855
  <p>
2845
2856
 
2846
- <p>References <a class="el" href="Input_8hpp-source.html#l00042">Gosu::Button::getId()</a>.</p>
2857
+ <p>References <a class="el" href="Input_8hpp-source.html#l00043">Gosu::Button::getId()</a>.</p>
2847
2858
 
2848
2859
  </div>
2849
2860
  </div><p>
@@ -3345,7 +3356,7 @@ By using this, you tell <a class="el" href="namespaceGosu.html" title="The libra
3345
3356
  </div>
3346
3357
  </div><p>
3347
3358
  </div>
3348
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
3359
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
3349
3360
  <a href="http://www.doxygen.org/index.html">
3350
3361
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
3351
3362
  </body>