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
@@ -63,7 +63,7 @@ const <a class="el" href="classGosu_1_1Color.html">Color</a>&nbsp;</td><td class
63
63
  </table>
64
64
  <hr><a name="_details"></a><h2>Detailed Description</h2>
65
65
  Namespace which contains some predefined colors. </div>
66
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 2009 for Gosu by&nbsp;
66
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
67
67
  <a href="http://www.doxygen.org/index.html">
68
68
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
69
69
  </body>
@@ -268,7 +268,7 @@ Throws an exception according to the error which GetLastError() returns, optiona
268
268
  </div>
269
269
  </div><p>
270
270
  </div>
271
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 2009 for Gosu by&nbsp;
271
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
272
272
  <a href="http://www.doxygen.org/index.html">
273
273
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
274
274
  </body>
@@ -222,7 +222,7 @@ Here is a list of all documented namespace members with links to the namespaces
222
222
  : <a class="el" href="namespaceGosu.html#a2fd8fe9574c0ad3fd52557cb160be49">Gosu</a>
223
223
  </ul>
224
224
  </div>
225
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 2009 for Gosu by&nbsp;
225
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
226
226
  <a href="http://www.doxygen.org/index.html">
227
227
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
228
228
  </body>
@@ -45,7 +45,7 @@
45
45
  : <a class="el" href="namespaceGosu.html#f3bd16cebaf102e43f576d0a0ca1fcc3">Gosu</a>
46
46
  </ul>
47
47
  </div>
48
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 2009 for Gosu by&nbsp;
48
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
49
49
  <a href="http://www.doxygen.org/index.html">
50
50
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
51
51
  </body>
@@ -47,7 +47,7 @@
47
47
  : <a class="el" href="namespaceGosu.html#f3bd16cebaf102e43f576d0a0ca1fcc337d6ddaeba2138192b0ae84e0882a246">Gosu</a>
48
48
  </ul>
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>
@@ -189,7 +189,7 @@
189
189
  : <a class="el" href="namespaceGosu.html#b6bc6e428b84b2e2ac39133c64b4567e">Gosu</a>
190
190
  </ul>
191
191
  </div>
192
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 2009 for Gosu by&nbsp;
192
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
193
193
  <a href="http://www.doxygen.org/index.html">
194
194
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
195
195
  </body>
@@ -39,7 +39,7 @@
39
39
  : <a class="el" href="namespaceGosu.html#a2fd8fe9574c0ad3fd52557cb160be49">Gosu</a>
40
40
  </ul>
41
41
  </div>
42
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 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>
@@ -41,7 +41,7 @@
41
41
  : <a class="el" href="namespaceGosu.html#66e372da7f9b1ce440cc35da4b16b027">Gosu</a>
42
42
  </ul>
43
43
  </div>
44
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 2009 for Gosu by&nbsp;
44
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
45
45
  <a href="http://www.doxygen.org/index.html">
46
46
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
47
47
  </body>
@@ -28,7 +28,7 @@
28
28
  <tr><td class="indexkey"><a class="el" href="namespaceGosu_1_1Win.html">Gosu::Win</a></td><td class="indexvalue">Implementation helpers for the Windows platform </td></tr>
29
29
  </table>
30
30
  </div>
31
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
31
+ <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by&nbsp;
32
32
  <a href="http://www.doxygen.org/index.html">
33
33
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
34
34
  </body>
@@ -1,6 +1,6 @@
1
1
  
2
- Microsoft Visual Studio Solution File, Format Version 10.00
3
- # Visual Studio 2008
2
+ Microsoft Visual Studio Solution File, Format Version 9.00
3
+ # Visual Studio 2005
4
4
  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Gosu", "Gosu.vcproj", "{4989339B-019C-4399-86F5-1D9245C420C6}"
5
5
  EndProject
6
6
  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RubyGosu", "RubyGosu.vcproj", "{1A89DFFB-65C3-4FE2-89A9-18D718A8822C}"
@@ -1,12 +1,11 @@
1
1
  <?xml version="1.0" encoding="Windows-1252"?>
2
2
  <VisualStudioProject
3
3
  ProjectType="Visual C++"
4
- Version="9,00"
4
+ Version="8,00"
5
5
  Name="Gosu"
6
6
  ProjectGUID="{4989339B-019C-4399-86F5-1D9245C420C6}"
7
7
  RootNamespace="Gosu"
8
8
  Keyword="Win32Proj"
9
- TargetFrameworkVersion="131072"
10
9
  >
11
10
  <Platforms>
12
11
  <Platform
@@ -48,8 +47,9 @@
48
47
  RuntimeLibrary="1"
49
48
  UsePrecompiledHeader="0"
50
49
  WarningLevel="3"
50
+ Detect64BitPortabilityProblems="true"
51
51
  DebugInformationFormat="1"
52
- DisableSpecificWarnings="4996;4244"
52
+ DisableSpecificWarnings="4996"
53
53
  />
54
54
  <Tool
55
55
  Name="VCManagedResourceCompilerTool"
@@ -107,17 +107,16 @@
107
107
  <Tool
108
108
  Name="VCCLCompilerTool"
109
109
  AdditionalOptions="/I&quot;zlib, libpng\zlib&quot; /I&quot;zlib, libpng\libpng&quot;"
110
- Optimization="3"
111
110
  EnableIntrinsicFunctions="true"
112
111
  FavorSizeOrSpeed="1"
113
112
  WholeProgramOptimization="false"
114
113
  PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
115
114
  RuntimeLibrary="0"
116
- FloatingPointModel="2"
117
115
  UsePrecompiledHeader="0"
118
116
  WarningLevel="3"
117
+ Detect64BitPortabilityProblems="true"
119
118
  DebugInformationFormat="1"
120
- DisableSpecificWarnings="4996;4244"
119
+ DisableSpecificWarnings="4996"
121
120
  />
122
121
  <Tool
123
122
  Name="VCManagedResourceCompilerTool"
@@ -516,11 +515,11 @@
516
515
  >
517
516
  </File>
518
517
  <File
519
- RelativePath="..\GosuImpl\Sockets\Sockets.hpp"
518
+ RelativePath="..\Gosu\Sockets.hpp"
520
519
  >
521
520
  </File>
522
521
  <File
523
- RelativePath="..\Gosu\Sockets.hpp"
522
+ RelativePath="..\GosuImpl\Sockets\Sockets.hpp"
524
523
  >
525
524
  </File>
526
525
  <File
@@ -1,12 +1,11 @@
1
1
  <?xml version="1.0" encoding="Windows-1252"?>
2
2
  <VisualStudioProject
3
3
  ProjectType="Visual C++"
4
- Version="9,00"
4
+ Version="8,00"
5
5
  Name="RubyGosu"
6
6
  ProjectGUID="{1A89DFFB-65C3-4FE2-89A9-18D718A8822C}"
7
7
  RootNamespace="RubyGosu"
8
8
  Keyword="Win32Proj"
9
- TargetFrameworkVersion="131072"
10
9
  >
11
10
  <Platforms>
12
11
  <Platform
@@ -45,8 +44,8 @@
45
44
  RuntimeLibrary="0"
46
45
  UsePrecompiledHeader="0"
47
46
  WarningLevel="3"
47
+ Detect64BitPortabilityProblems="true"
48
48
  DebugInformationFormat="3"
49
- DisableSpecificWarnings="4996;4244"
50
49
  />
51
50
  <Tool
52
51
  Name="VCManagedResourceCompilerTool"
@@ -68,8 +67,6 @@
68
67
  SubSystem="2"
69
68
  OptimizeReferences="2"
70
69
  EnableCOMDATFolding="2"
71
- RandomizedBaseAddress="1"
72
- DataExecutionPrevention="0"
73
70
  ImportLibrary="$(ConfigurationName)\Unused.lib"
74
71
  TargetMachine="1"
75
72
  />
@@ -91,6 +88,9 @@
91
88
  <Tool
92
89
  Name="VCAppVerifierTool"
93
90
  />
91
+ <Tool
92
+ Name="VCWebDeploymentTool"
93
+ />
94
94
  <Tool
95
95
  Name="VCPostBuildEventTool"
96
96
  />
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.12
4
+ version: 0.7.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Raschke
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-02-07 00:00:00 +01:00
13
+ date: 2009-04-17 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -195,9 +195,14 @@ files:
195
195
  - Gosu/Window.hpp
196
196
  - Gosu/WinUtility.hpp
197
197
  - GosuImpl/Async.cpp
198
+ - GosuImpl/Audio
199
+ - GosuImpl/Audio/ALChannelManagement.hpp
200
+ - GosuImpl/Audio/AudioFileMac.hpp
198
201
  - GosuImpl/AudioFmod.cpp
202
+ - GosuImpl/AudioOpenAL.mm
199
203
  - GosuImpl/AudioSDL.cpp
200
204
  - GosuImpl/DirectoriesMac.mm
205
+ - GosuImpl/DirectoriesTouch.mm
201
206
  - GosuImpl/DirectoriesUnix.cpp
202
207
  - GosuImpl/DirectoriesWin.cpp
203
208
  - GosuImpl/FileUnix.cpp
@@ -207,6 +212,7 @@ files:
207
212
  - GosuImpl/Graphics/BitmapBMP.cpp
208
213
  - GosuImpl/Graphics/BitmapColorKey.cpp
209
214
  - GosuImpl/Graphics/BitmapPNG.cpp
215
+ - GosuImpl/Graphics/BitmapTouch.mm
210
216
  - GosuImpl/Graphics/BitmapUtils.cpp
211
217
  - GosuImpl/Graphics/BlockAllocator.cpp
212
218
  - GosuImpl/Graphics/BlockAllocator.hpp
@@ -214,6 +220,8 @@ files:
214
220
  - GosuImpl/Graphics/Common.hpp
215
221
  - GosuImpl/Graphics/DrawOp.hpp
216
222
  - GosuImpl/Graphics/Font.cpp
223
+ - GosuImpl/Graphics/GosuView.hpp
224
+ - GosuImpl/Graphics/GosuView.mm
217
225
  - GosuImpl/Graphics/Graphics.cpp
218
226
  - GosuImpl/Graphics/Image.cpp
219
227
  - GosuImpl/Graphics/LargeImageData.cpp
@@ -224,11 +232,13 @@ files:
224
232
  - GosuImpl/Graphics/Text.cpp
225
233
  - GosuImpl/Graphics/TextMac.cpp
226
234
  - GosuImpl/Graphics/TextPangoFT.cpp
235
+ - GosuImpl/Graphics/TextTouch.mm
227
236
  - GosuImpl/Graphics/Texture.cpp
228
237
  - GosuImpl/Graphics/Texture.hpp
229
238
  - GosuImpl/Graphics/TextWin.cpp
230
239
  - GosuImpl/Iconv.hpp
231
240
  - GosuImpl/InputMac.mm
241
+ - GosuImpl/InputTouch.mm
232
242
  - GosuImpl/InputWin.cpp
233
243
  - GosuImpl/InputX.cpp
234
244
  - GosuImpl/IO.cpp
@@ -252,7 +262,9 @@ files:
252
262
  - GosuImpl/TimingUnix.cpp
253
263
  - GosuImpl/TimingWin.cpp
254
264
  - GosuImpl/Utility.cpp
265
+ - GosuImpl/UtilityTouch.mm
255
266
  - GosuImpl/WindowMac.mm
267
+ - GosuImpl/WindowTouch.mm
256
268
  - GosuImpl/WindowWin.cpp
257
269
  - GosuImpl/WindowX.cpp
258
270
  - GosuImpl/WinMain.cpp