gosu 0.7.10.3 → 0.7.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (545) hide show
  1. data/Gosu/AutoLink.hpp +0 -0
  2. data/Gosu/ButtonsMac.hpp +26 -0
  3. data/Gosu/ButtonsWin.hpp +26 -0
  4. data/Gosu/ButtonsX.hpp +26 -0
  5. data/Gosu/Gosu.hpp +1 -0
  6. data/Gosu/Graphics.hpp +1 -1
  7. data/Gosu/Input.hpp +4 -5
  8. data/Gosu/Math.hpp +11 -0
  9. data/Gosu/Text.hpp +59 -47
  10. data/Gosu/Utility.hpp +6 -5
  11. data/GosuImpl/Graphics/DrawOp.hpp +0 -0
  12. data/GosuImpl/Graphics/Font.cpp +45 -4
  13. data/GosuImpl/Graphics/Graphics.cpp +25 -0
  14. data/GosuImpl/Graphics/TexChunk.cpp +0 -0
  15. data/GosuImpl/Graphics/TexChunk.hpp +0 -0
  16. data/GosuImpl/Graphics/Text.cpp +26 -2
  17. data/GosuImpl/Graphics/TextMac.cpp +8 -2
  18. data/GosuImpl/Graphics/TextPangoFT.cpp +0 -0
  19. data/GosuImpl/Graphics/Texture.cpp +0 -0
  20. data/GosuImpl/Graphics/Texture.hpp +0 -0
  21. data/GosuImpl/Iconv.hpp +62 -0
  22. data/GosuImpl/InputMac.mm +3 -0
  23. data/GosuImpl/InputWin.cpp +5 -1
  24. data/GosuImpl/InputX.cpp +50 -8
  25. data/GosuImpl/Math.cpp +1 -1
  26. data/GosuImpl/RubyGosu.swg +24 -5
  27. data/GosuImpl/RubyGosu_wrap.cxx +181 -10
  28. data/GosuImpl/Utility.cpp +32 -75
  29. data/GosuImpl/Utility.cpp~RF6c566.TMP +95 -0
  30. data/GosuImpl/WindowX.cpp +2 -2
  31. data/Rakefile +57 -10
  32. data/examples/Tutorial.cpp +0 -0
  33. data/examples/media/Beep.wav +0 -0
  34. data/examples/media/CptnRuby Map.txt b/data/examples/media/CptnRuby → Map.txt +0 -0
  35. data/examples/media/Explosion.wav +0 -0
  36. data/examples/media/Space.png +0 -0
  37. data/examples/media/Star.png +0 -0
  38. data/examples/media/Starfighter.bmp +0 -0
  39. data/linux/Makefile.in +0 -0
  40. data/linux/configure +0 -0
  41. data/linux/configure.ac +0 -0
  42. data/mac/Gosu.xcodeproj/jlnr.mode1v3 +1421 -0
  43. data/mac/Gosu.xcodeproj/jlnr.mode2v3 +1464 -0
  44. data/mac/Gosu.xcodeproj/jlnr.pbxuser +733 -0
  45. data/mac/Gosu.xcodeproj/project.pbxproj +4 -2
  46. data/reference/Async_8hpp-source.html +1 -1
  47. data/reference/Audio_8hpp-source.html +1 -1
  48. data/reference/Audio_8hpp.html +1 -1
  49. data/reference/AutoLink_8hpp-source.html +1 -1
  50. data/reference/AutoLink_8hpp.html +1 -1
  51. data/reference/Bitmap_8hpp-source.html +1 -1
  52. data/reference/Bitmap_8hpp.html +1 -1
  53. data/reference/ButtonsMac_8hpp-source.html +107 -81
  54. data/reference/ButtonsWin_8hpp-source.html +84 -58
  55. data/reference/ButtonsX_8hpp-source.html +131 -105
  56. data/reference/Color_8hpp-source.html +1 -1
  57. data/reference/Color_8hpp.html +1 -1
  58. data/reference/Directories_8hpp-source.html +1 -1
  59. data/reference/Directories_8hpp.html +1 -1
  60. data/reference/Font_8hpp-source.html +1 -1
  61. data/reference/Font_8hpp.html +1 -1
  62. data/reference/Fwd_8hpp-source.html +1 -1
  63. data/reference/Fwd_8hpp.html +1 -1
  64. data/reference/Gosu_8hpp-source.html +5 -4
  65. data/reference/Gosu_8hpp.html +1 -1
  66. data/reference/GraphicsBase_8hpp-source.html +1 -1
  67. data/reference/GraphicsBase_8hpp.html +1 -1
  68. data/reference/Graphics_8hpp-source.html +2 -2
  69. data/reference/Graphics_8hpp.html +1 -1
  70. data/reference/IO_8hpp-source.html +1 -1
  71. data/reference/IO_8hpp.html +1 -1
  72. data/reference/ImageData_8hpp-source.html +1 -1
  73. data/reference/ImageData_8hpp.html +1 -1
  74. data/reference/Image_8hpp-source.html +1 -1
  75. data/reference/Image_8hpp.html +1 -1
  76. data/reference/Input_8hpp-source.html +43 -43
  77. data/reference/Input_8hpp.html +2 -2
  78. data/reference/Math_8hpp-source.html +51 -42
  79. data/reference/Math_8hpp.html +5 -1
  80. data/reference/Platform_8hpp-source.html +1 -1
  81. data/reference/Platform_8hpp.html +1 -1
  82. data/reference/RotFlip_8hpp-source.html +1 -1
  83. data/reference/RotFlip_8hpp.html +1 -1
  84. data/reference/Sockets_8hpp-source.html +1 -1
  85. data/reference/Sockets_8hpp.html +1 -1
  86. data/reference/TextInput_8hpp-source.html +1 -1
  87. data/reference/TextInput_8hpp.html +1 -1
  88. data/reference/Text_8hpp-source.html +12 -8
  89. data/reference/Text_8hpp.html +3 -1
  90. data/reference/Timing_8hpp-source.html +1 -1
  91. data/reference/Timing_8hpp.html +1 -1
  92. data/reference/Utility_8hpp-source.html +9 -10
  93. data/reference/Utility_8hpp.html +5 -7
  94. data/reference/WinUtility_8hpp-source.html +1 -1
  95. data/reference/WinUtility_8hpp.html +1 -1
  96. data/reference/Window_8hpp-source.html +3 -3
  97. data/reference/Window_8hpp.html +1 -1
  98. data/reference/annotated.html +2 -2
  99. data/reference/classGosu_1_1Audio-members.html +1 -1
  100. data/reference/classGosu_1_1Audio.html +1 -1
  101. data/reference/classGosu_1_1Bitmap-members.html +1 -1
  102. data/reference/classGosu_1_1Bitmap.html +1 -1
  103. data/reference/classGosu_1_1Buffer-members.html +1 -1
  104. data/reference/classGosu_1_1Buffer.html +1 -1
  105. data/reference/classGosu_1_1Button-members.html +1 -1
  106. data/reference/classGosu_1_1Button.html +1 -1
  107. data/reference/classGosu_1_1Color-members.html +1 -1
  108. data/reference/classGosu_1_1Color.html +1 -1
  109. data/reference/classGosu_1_1File-members.html +1 -1
  110. data/reference/classGosu_1_1File.html +1 -1
  111. data/reference/classGosu_1_1Font-members.html +1 -1
  112. data/reference/classGosu_1_1Font.html +1 -1
  113. data/reference/classGosu_1_1Graphics-members.html +1 -1
  114. data/reference/classGosu_1_1Graphics.html +1 -1
  115. data/reference/classGosu_1_1Image-members.html +1 -1
  116. data/reference/classGosu_1_1Image.html +1 -1
  117. data/reference/classGosu_1_1ImageData-members.html +1 -1
  118. data/reference/classGosu_1_1ImageData.html +1 -1
  119. data/reference/classGosu_1_1Input-members.html +1 -1
  120. data/reference/classGosu_1_1Input.html +4 -4
  121. data/reference/classGosu_1_1MessageSocket-members.html +1 -1
  122. data/reference/classGosu_1_1MessageSocket.html +1 -1
  123. data/reference/classGosu_1_1Resource-members.html +1 -1
  124. data/reference/classGosu_1_1Resource.html +1 -1
  125. data/reference/classGosu_1_1Sample-members.html +1 -1
  126. data/reference/classGosu_1_1Sample.html +1 -1
  127. data/reference/classGosu_1_1SampleInstance-members.html +1 -1
  128. data/reference/classGosu_1_1SampleInstance.html +1 -1
  129. data/reference/classGosu_1_1Song-members.html +1 -1
  130. data/reference/classGosu_1_1Song.html +1 -1
  131. data/reference/classGosu_1_1TextInput-members.html +1 -1
  132. data/reference/classGosu_1_1TextInput.html +1 -1
  133. data/reference/classGosu_1_1Window-members.html +1 -1
  134. data/reference/classGosu_1_1Window.html +1 -1
  135. data/reference/files.html +1 -1
  136. data/reference/functions.html +1 -1
  137. data/reference/functions_enum.html +1 -1
  138. data/reference/functions_func.html +1 -1
  139. data/reference/functions_vars.html +1 -1
  140. data/reference/hierarchy.html +1 -1
  141. data/reference/index.html +1 -1
  142. data/reference/namespaceGosu.html +935 -492
  143. data/reference/namespaceGosu_1_1Colors.html +1 -1
  144. data/reference/namespaceGosu_1_1Win.html +1 -1
  145. data/reference/namespacemembers.html +13 -2
  146. data/reference/namespacemembers_enum.html +1 -1
  147. data/reference/namespacemembers_eval.html +1 -1
  148. data/reference/namespacemembers_func.html +13 -2
  149. data/reference/namespacemembers_type.html +1 -1
  150. data/reference/namespacemembers_vars.html +1 -1
  151. data/reference/namespaces.html +1 -1
  152. data/windows/Gosu.vcproj +4 -4
  153. data/windows/RubyGosu.vcproj +2 -1
  154. data/windows/zlib, libpng/libpng/ANNOUNCE +61 -0
  155. data/windows/zlib, libpng/libpng/CHANGES +2173 -0
  156. data/windows/zlib, libpng/libpng/INSTALL +199 -0
  157. data/windows/zlib, libpng/libpng/KNOWNBUG +22 -0
  158. data/windows/zlib, libpng/libpng/LICENSE +109 -0
  159. data/windows/zlib, libpng/libpng/README +264 -0
  160. data/windows/zlib, libpng/libpng/TODO +24 -0
  161. data/windows/zlib, libpng/libpng/Y2KINFO +55 -0
  162. data/windows/zlib, libpng/libpng/configure +13 -0
  163. data/windows/zlib, libpng/libpng/contrib/gregbook/COPYING +340 -0
  164. data/windows/zlib, libpng/libpng/contrib/gregbook/LICENSE +50 -0
  165. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.mingw32 +130 -0
  166. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.sgi +104 -0
  167. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.unx +132 -0
  168. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.w32 +113 -0
  169. data/windows/zlib, libpng/libpng/contrib/gregbook/README +186 -0
  170. data/windows/zlib, libpng/libpng/contrib/gregbook/makevms.com +132 -0
  171. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng.c +304 -0
  172. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng.h +88 -0
  173. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng2.c +645 -0
  174. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng2.h +121 -0
  175. data/windows/zlib, libpng/libpng/contrib/gregbook/readppm.c +179 -0
  176. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng-win.c +684 -0
  177. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng-x.c +904 -0
  178. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng2-win.c +1225 -0
  179. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng2-x.c +2127 -0
  180. data/windows/zlib, libpng/libpng/contrib/gregbook/toucan.png +0 -0
  181. data/windows/zlib, libpng/libpng/contrib/gregbook/wpng.c +853 -0
  182. data/windows/zlib, libpng/libpng/contrib/gregbook/writepng.c +392 -0
  183. data/windows/zlib, libpng/libpng/contrib/gregbook/writepng.h +133 -0
  184. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/README +6 -0
  185. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/gather.sh +8 -0
  186. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/makefile.std +44 -0
  187. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/pngusr.h +67 -0
  188. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/README +6 -0
  189. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/dummy_inflate.c +27 -0
  190. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/gather.sh +9 -0
  191. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/makefile.std +43 -0
  192. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/pngusr.h +66 -0
  193. data/windows/zlib, libpng/libpng/contrib/pngminus/README +153 -0
  194. data/windows/zlib, libpng/libpng/contrib/pngminus/makefile.std +65 -0
  195. data/windows/zlib, libpng/libpng/contrib/pngminus/makefile.tc3 +38 -0
  196. data/windows/zlib, libpng/libpng/contrib/pngminus/makevms.com +92 -0
  197. data/windows/zlib, libpng/libpng/contrib/pngminus/png2pnm.bat +41 -0
  198. data/windows/zlib, libpng/libpng/contrib/pngminus/png2pnm.c +430 -0
  199. data/windows/zlib, libpng/libpng/contrib/pngminus/png2pnm.sh +42 -0
  200. data/windows/zlib, libpng/libpng/contrib/pngminus/pngminus.bat +4 -0
  201. data/windows/zlib, libpng/libpng/contrib/pngminus/pngminus.sh +5 -0
  202. data/windows/zlib, libpng/libpng/contrib/pngminus/pnm2png.bat +41 -0
  203. data/windows/zlib, libpng/libpng/contrib/pngminus/pnm2png.c +533 -0
  204. data/windows/zlib, libpng/libpng/contrib/pngminus/pnm2png.sh +42 -0
  205. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g01.png +0 -0
  206. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g02.png +0 -0
  207. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g04.png +0 -0
  208. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g08.png +0 -0
  209. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g16.png +0 -0
  210. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn2c08.png +0 -0
  211. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn2c16.png +0 -0
  212. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p01.png +0 -0
  213. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p02.png +0 -0
  214. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p04.png +0 -0
  215. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p08.png +0 -0
  216. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn4a08.png +0 -0
  217. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn4a16.png +0 -0
  218. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn6a08.png +0 -0
  219. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn6a16.png +0 -0
  220. data/windows/zlib, libpng/libpng/contrib/visupng/PngFile.c +439 -0
  221. data/windows/zlib, libpng/libpng/contrib/visupng/PngFile.h +27 -0
  222. data/windows/zlib, libpng/libpng/contrib/visupng/README.txt +58 -0
  223. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.c +961 -0
  224. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.dsp +147 -0
  225. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.dsw +29 -0
  226. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.ico +0 -0
  227. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.png +0 -0
  228. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.rc +152 -0
  229. data/windows/zlib, libpng/libpng/contrib/visupng/cexcept.h +243 -0
  230. data/windows/zlib, libpng/libpng/contrib/visupng/resource.h +23 -0
  231. data/windows/zlib, libpng/libpng/example.c +814 -0
  232. data/windows/zlib, libpng/libpng/libpng-1.2.29.txt +2906 -0
  233. data/windows/zlib, libpng/libpng/libpng.3 +3680 -0
  234. data/windows/zlib, libpng/libpng/libpngpf.3 +274 -0
  235. data/windows/zlib, libpng/libpng/png.5 +74 -0
  236. data/windows/zlib, libpng/libpng/png.c +798 -0
  237. data/windows/zlib, libpng/libpng/png.h +3569 -0
  238. data/windows/zlib, libpng/libpng/pngbar.jpg +0 -0
  239. data/windows/zlib, libpng/libpng/pngbar.png +0 -0
  240. data/windows/zlib, libpng/libpng/pngconf.h +1481 -0
  241. data/windows/zlib, libpng/libpng/pngerror.c +343 -0
  242. data/windows/zlib, libpng/libpng/pnggccrd.c +103 -0
  243. data/windows/zlib, libpng/libpng/pngget.c +901 -0
  244. data/windows/zlib, libpng/libpng/pngmem.c +608 -0
  245. data/windows/zlib, libpng/libpng/pngnow.png +0 -0
  246. data/windows/zlib, libpng/libpng/pngpread.c +1598 -0
  247. data/windows/zlib, libpng/libpng/pngread.c +1479 -0
  248. data/windows/zlib, libpng/libpng/pngrio.c +167 -0
  249. data/windows/zlib, libpng/libpng/pngrtran.c +4292 -0
  250. data/windows/zlib, libpng/libpng/pngrutil.c +3183 -0
  251. data/windows/zlib, libpng/libpng/pngset.c +1268 -0
  252. data/windows/zlib, libpng/libpng/pngtest.c +1563 -0
  253. data/windows/zlib, libpng/libpng/pngtest.png +0 -0
  254. data/windows/zlib, libpng/libpng/pngtrans.c +662 -0
  255. data/windows/zlib, libpng/libpng/pngvcrd.c +1 -0
  256. data/windows/zlib, libpng/libpng/pngwio.c +234 -0
  257. data/windows/zlib, libpng/libpng/pngwrite.c +1532 -0
  258. data/windows/zlib, libpng/libpng/pngwtran.c +572 -0
  259. data/windows/zlib, libpng/libpng/pngwutil.c +2802 -0
  260. data/windows/zlib, libpng/libpng/projects/beos/x86-shared.proj +0 -0
  261. data/windows/zlib, libpng/libpng/projects/beos/x86-shared.txt +22 -0
  262. data/windows/zlib, libpng/libpng/projects/beos/x86-static.proj +0 -0
  263. data/windows/zlib, libpng/libpng/projects/beos/x86-static.txt +22 -0
  264. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.bpf +22 -0
  265. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.bpg +25 -0
  266. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.bpr +157 -0
  267. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.cpp +29 -0
  268. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.readme.txt +25 -0
  269. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpngstat.bpf +22 -0
  270. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpngstat.bpr +109 -0
  271. data/windows/zlib, libpng/libpng/projects/cbuilder5/zlib.readme.txt +14 -0
  272. data/windows/zlib, libpng/libpng/projects/netware.txt +6 -0
  273. data/windows/zlib, libpng/libpng/projects/visualc6/README.txt +57 -0
  274. data/windows/zlib, libpng/libpng/projects/visualc6/libpng.dsp +472 -0
  275. data/windows/zlib, libpng/libpng/projects/visualc6/libpng.dsw +59 -0
  276. data/windows/zlib, libpng/libpng/projects/visualc6/pngtest.dsp +314 -0
  277. data/windows/zlib, libpng/libpng/projects/visualc71/PRJ0041.mak +21 -0
  278. data/windows/zlib, libpng/libpng/projects/visualc71/README.txt +57 -0
  279. data/windows/zlib, libpng/libpng/projects/visualc71/README_zlib.txt +44 -0
  280. data/windows/zlib, libpng/libpng/projects/visualc71/libpng.sln +88 -0
  281. data/windows/zlib, libpng/libpng/projects/visualc71/libpng.vcproj +702 -0
  282. data/windows/zlib, libpng/libpng/projects/visualc71/pngtest.vcproj +459 -0
  283. data/windows/zlib, libpng/libpng/projects/visualc71/zlib.vcproj +670 -0
  284. data/windows/zlib, libpng/libpng/projects/wince.txt +6 -0
  285. data/windows/zlib, libpng/libpng/scripts/CMakeLists.txt +210 -0
  286. data/windows/zlib, libpng/libpng/scripts/SCOPTIONS.ppc +7 -0
  287. data/windows/zlib, libpng/libpng/scripts/descrip.mms +52 -0
  288. data/windows/zlib, libpng/libpng/scripts/libpng-config-body.in +96 -0
  289. data/windows/zlib, libpng/libpng/scripts/libpng-config-head.in +21 -0
  290. data/windows/zlib, libpng/libpng/scripts/libpng-config.in +124 -0
  291. data/windows/zlib, libpng/libpng/scripts/libpng.icc +44 -0
  292. data/windows/zlib, libpng/libpng/scripts/libpng.pc-configure.in +10 -0
  293. data/windows/zlib, libpng/libpng/scripts/libpng.pc.in +10 -0
  294. data/windows/zlib, libpng/libpng/scripts/makefile.32sunu +254 -0
  295. data/windows/zlib, libpng/libpng/scripts/makefile.64sunu +254 -0
  296. data/windows/zlib, libpng/libpng/scripts/makefile.acorn +51 -0
  297. data/windows/zlib, libpng/libpng/scripts/makefile.aix +113 -0
  298. data/windows/zlib, libpng/libpng/scripts/makefile.amiga +48 -0
  299. data/windows/zlib, libpng/libpng/scripts/makefile.atari +51 -0
  300. data/windows/zlib, libpng/libpng/scripts/makefile.bc32 +152 -0
  301. data/windows/zlib, libpng/libpng/scripts/makefile.beos +226 -0
  302. data/windows/zlib, libpng/libpng/scripts/makefile.bor +162 -0
  303. data/windows/zlib, libpng/libpng/scripts/makefile.cygwin +299 -0
  304. data/windows/zlib, libpng/libpng/scripts/makefile.darwin +234 -0
  305. data/windows/zlib, libpng/libpng/scripts/makefile.dec +214 -0
  306. data/windows/zlib, libpng/libpng/scripts/makefile.dj2 +55 -0
  307. data/windows/zlib, libpng/libpng/scripts/makefile.elf +275 -0
  308. data/windows/zlib, libpng/libpng/scripts/makefile.freebsd +48 -0
  309. data/windows/zlib, libpng/libpng/scripts/makefile.gcc +79 -0
  310. data/windows/zlib, libpng/libpng/scripts/makefile.gcmmx +271 -0
  311. data/windows/zlib, libpng/libpng/scripts/makefile.hp64 +235 -0
  312. data/windows/zlib, libpng/libpng/scripts/makefile.hpgcc +245 -0
  313. data/windows/zlib, libpng/libpng/scripts/makefile.hpux +232 -0
  314. data/windows/zlib, libpng/libpng/scripts/makefile.ibmc +71 -0
  315. data/windows/zlib, libpng/libpng/scripts/makefile.intel +102 -0
  316. data/windows/zlib, libpng/libpng/scripts/makefile.knr +99 -0
  317. data/windows/zlib, libpng/libpng/scripts/makefile.linux +249 -0
  318. data/windows/zlib, libpng/libpng/scripts/makefile.mingw +289 -0
  319. data/windows/zlib, libpng/libpng/scripts/makefile.mips +83 -0
  320. data/windows/zlib, libpng/libpng/scripts/makefile.msc +86 -0
  321. data/windows/zlib, libpng/libpng/scripts/makefile.ne12bsd +45 -0
  322. data/windows/zlib, libpng/libpng/scripts/makefile.netbsd +45 -0
  323. data/windows/zlib, libpng/libpng/scripts/makefile.nommx +252 -0
  324. data/windows/zlib, libpng/libpng/scripts/makefile.openbsd +73 -0
  325. data/windows/zlib, libpng/libpng/scripts/makefile.os2 +69 -0
  326. data/windows/zlib, libpng/libpng/scripts/makefile.sco +229 -0
  327. data/windows/zlib, libpng/libpng/scripts/makefile.sggcc +242 -0
  328. data/windows/zlib, libpng/libpng/scripts/makefile.sgi +245 -0
  329. data/windows/zlib, libpng/libpng/scripts/makefile.so9 +251 -0
  330. data/windows/zlib, libpng/libpng/scripts/makefile.solaris +249 -0
  331. data/windows/zlib, libpng/libpng/scripts/makefile.solaris-x86 +248 -0
  332. data/windows/zlib, libpng/libpng/scripts/makefile.std +92 -0
  333. data/windows/zlib, libpng/libpng/scripts/makefile.sunos +97 -0
  334. data/windows/zlib, libpng/libpng/scripts/makefile.tc3 +89 -0
  335. data/windows/zlib, libpng/libpng/scripts/makefile.vcawin32 +99 -0
  336. data/windows/zlib, libpng/libpng/scripts/makefile.vcwin32 +99 -0
  337. data/windows/zlib, libpng/libpng/scripts/makefile.watcom +109 -0
  338. data/windows/zlib, libpng/libpng/scripts/makevms.com +144 -0
  339. data/windows/zlib, libpng/libpng/scripts/pngos2.def +257 -0
  340. data/windows/zlib, libpng/libpng/scripts/pngw32.def +238 -0
  341. data/windows/zlib, libpng/libpng/scripts/pngw32.rc +112 -0
  342. data/windows/zlib, libpng/libpng/scripts/smakefile.ppc +30 -0
  343. data/windows/zlib, libpng/zlib/ChangeLog +855 -0
  344. data/windows/zlib, libpng/zlib/FAQ +339 -0
  345. data/windows/zlib, libpng/zlib/INDEX +51 -0
  346. data/windows/zlib, libpng/zlib/Makefile +154 -0
  347. data/windows/zlib, libpng/zlib/Makefile.in +154 -0
  348. data/windows/zlib, libpng/zlib/README +125 -0
  349. data/windows/zlib, libpng/zlib/adler32.c +149 -0
  350. data/windows/zlib, libpng/zlib/algorithm.txt +209 -0
  351. data/windows/zlib, libpng/zlib/amiga/Makefile.pup +66 -0
  352. data/windows/zlib, libpng/zlib/amiga/Makefile.sas +65 -0
  353. data/windows/zlib, libpng/zlib/as400/bndsrc +132 -0
  354. data/windows/zlib, libpng/zlib/as400/compile.clp +123 -0
  355. data/windows/zlib, libpng/zlib/as400/readme.txt +111 -0
  356. data/windows/zlib, libpng/zlib/as400/zlib.inc +331 -0
  357. data/windows/zlib, libpng/zlib/compress.c +79 -0
  358. data/windows/zlib, libpng/zlib/configure +459 -0
  359. data/windows/zlib, libpng/zlib/contrib/README.contrib +71 -0
  360. data/windows/zlib, libpng/zlib/contrib/ada/buffer_demo.adb +106 -0
  361. data/windows/zlib, libpng/zlib/contrib/ada/mtest.adb +156 -0
  362. data/windows/zlib, libpng/zlib/contrib/ada/read.adb +156 -0
  363. data/windows/zlib, libpng/zlib/contrib/ada/readme.txt +65 -0
  364. data/windows/zlib, libpng/zlib/contrib/ada/test.adb +463 -0
  365. data/windows/zlib, libpng/zlib/contrib/ada/zlib-streams.adb +225 -0
  366. data/windows/zlib, libpng/zlib/contrib/ada/zlib-streams.ads +114 -0
  367. data/windows/zlib, libpng/zlib/contrib/ada/zlib-thin.adb +141 -0
  368. data/windows/zlib, libpng/zlib/contrib/ada/zlib-thin.ads +450 -0
  369. data/windows/zlib, libpng/zlib/contrib/ada/zlib.adb +701 -0
  370. data/windows/zlib, libpng/zlib/contrib/ada/zlib.ads +328 -0
  371. data/windows/zlib, libpng/zlib/contrib/ada/zlib.gpr +20 -0
  372. data/windows/zlib, libpng/zlib/contrib/asm586/README.586 +43 -0
  373. data/windows/zlib, libpng/zlib/contrib/asm586/match.S +364 -0
  374. data/windows/zlib, libpng/zlib/contrib/asm686/README.686 +34 -0
  375. data/windows/zlib, libpng/zlib/contrib/asm686/match.S +329 -0
  376. data/windows/zlib, libpng/zlib/contrib/blast/Makefile +8 -0
  377. data/windows/zlib, libpng/zlib/contrib/blast/README +4 -0
  378. data/windows/zlib, libpng/zlib/contrib/blast/blast.c +444 -0
  379. data/windows/zlib, libpng/zlib/contrib/blast/blast.h +71 -0
  380. data/windows/zlib, libpng/zlib/contrib/blast/test.pk +0 -0
  381. data/windows/zlib, libpng/zlib/contrib/blast/test.txt +1 -0
  382. data/windows/zlib, libpng/zlib/contrib/delphi/ZLib.pas +557 -0
  383. data/windows/zlib, libpng/zlib/contrib/delphi/ZLibConst.pas +11 -0
  384. data/windows/zlib, libpng/zlib/contrib/delphi/readme.txt +76 -0
  385. data/windows/zlib, libpng/zlib/contrib/delphi/zlibd32.mak +93 -0
  386. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib.build +33 -0
  387. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib.chm +0 -0
  388. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib.sln +21 -0
  389. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs +58 -0
  390. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs +202 -0
  391. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs +83 -0
  392. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/CodecBase.cs +198 -0
  393. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/Deflater.cs +106 -0
  394. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/DotZLib.cs +288 -0
  395. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj +141 -0
  396. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/GZipStream.cs +301 -0
  397. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/Inflater.cs +105 -0
  398. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/UnitTests.cs +274 -0
  399. data/windows/zlib, libpng/zlib/contrib/dotzlib/LICENSE_1_0.txt +23 -0
  400. data/windows/zlib, libpng/zlib/contrib/dotzlib/readme.txt +58 -0
  401. data/windows/zlib, libpng/zlib/contrib/infback9/README +1 -0
  402. data/windows/zlib, libpng/zlib/contrib/infback9/infback9.c +608 -0
  403. data/windows/zlib, libpng/zlib/contrib/infback9/infback9.h +37 -0
  404. data/windows/zlib, libpng/zlib/contrib/infback9/inffix9.h +107 -0
  405. data/windows/zlib, libpng/zlib/contrib/infback9/inflate9.h +47 -0
  406. data/windows/zlib, libpng/zlib/contrib/infback9/inftree9.c +323 -0
  407. data/windows/zlib, libpng/zlib/contrib/infback9/inftree9.h +55 -0
  408. data/windows/zlib, libpng/zlib/contrib/inflate86/inffas86.c +1157 -0
  409. data/windows/zlib, libpng/zlib/contrib/inflate86/inffast.S +1368 -0
  410. data/windows/zlib, libpng/zlib/contrib/iostream/test.cpp +24 -0
  411. data/windows/zlib, libpng/zlib/contrib/iostream/zfstream.cpp +329 -0
  412. data/windows/zlib, libpng/zlib/contrib/iostream/zfstream.h +128 -0
  413. data/windows/zlib, libpng/zlib/contrib/iostream2/zstream.h +307 -0
  414. data/windows/zlib, libpng/zlib/contrib/iostream2/zstream_test.cpp +25 -0
  415. data/windows/zlib, libpng/zlib/contrib/iostream3/README +35 -0
  416. data/windows/zlib, libpng/zlib/contrib/iostream3/TODO +17 -0
  417. data/windows/zlib, libpng/zlib/contrib/iostream3/test.cc +50 -0
  418. data/windows/zlib, libpng/zlib/contrib/iostream3/zfstream.cc +479 -0
  419. data/windows/zlib, libpng/zlib/contrib/iostream3/zfstream.h +466 -0
  420. data/windows/zlib, libpng/zlib/contrib/masm686/match.asm +413 -0
  421. data/windows/zlib, libpng/zlib/contrib/masmx64/bld_ml64.bat +2 -0
  422. data/windows/zlib, libpng/zlib/contrib/masmx64/gvmat64.asm +513 -0
  423. data/windows/zlib, libpng/zlib/contrib/masmx64/gvmat64.obj +0 -0
  424. data/windows/zlib, libpng/zlib/contrib/masmx64/inffas8664.c +186 -0
  425. data/windows/zlib, libpng/zlib/contrib/masmx64/inffasx64.asm +392 -0
  426. data/windows/zlib, libpng/zlib/contrib/masmx64/inffasx64.obj +0 -0
  427. data/windows/zlib, libpng/zlib/contrib/masmx64/readme.txt +28 -0
  428. data/windows/zlib, libpng/zlib/contrib/masmx86/bld_ml32.bat +2 -0
  429. data/windows/zlib, libpng/zlib/contrib/masmx86/gvmat32.asm +972 -0
  430. data/windows/zlib, libpng/zlib/contrib/masmx86/gvmat32.obj +0 -0
  431. data/windows/zlib, libpng/zlib/contrib/masmx86/gvmat32c.c +62 -0
  432. data/windows/zlib, libpng/zlib/contrib/masmx86/inffas32.asm +1083 -0
  433. data/windows/zlib, libpng/zlib/contrib/masmx86/inffas32.obj +0 -0
  434. data/windows/zlib, libpng/zlib/contrib/masmx86/mkasm.bat +3 -0
  435. data/windows/zlib, libpng/zlib/contrib/masmx86/readme.txt +21 -0
  436. data/windows/zlib, libpng/zlib/contrib/minizip/ChangeLogUnzip +67 -0
  437. data/windows/zlib, libpng/zlib/contrib/minizip/Makefile +25 -0
  438. data/windows/zlib, libpng/zlib/contrib/minizip/crypt.h +132 -0
  439. data/windows/zlib, libpng/zlib/contrib/minizip/ioapi.c +177 -0
  440. data/windows/zlib, libpng/zlib/contrib/minizip/ioapi.h +75 -0
  441. data/windows/zlib, libpng/zlib/contrib/minizip/iowin32.c +270 -0
  442. data/windows/zlib, libpng/zlib/contrib/minizip/iowin32.h +21 -0
  443. data/windows/zlib, libpng/zlib/contrib/minizip/miniunz.c +585 -0
  444. data/windows/zlib, libpng/zlib/contrib/minizip/minizip.c +420 -0
  445. data/windows/zlib, libpng/zlib/contrib/minizip/mztools.c +281 -0
  446. data/windows/zlib, libpng/zlib/contrib/minizip/mztools.h +31 -0
  447. data/windows/zlib, libpng/zlib/contrib/minizip/unzip.c +1598 -0
  448. data/windows/zlib, libpng/zlib/contrib/minizip/unzip.h +354 -0
  449. data/windows/zlib, libpng/zlib/contrib/minizip/zip.c +1219 -0
  450. data/windows/zlib, libpng/zlib/contrib/minizip/zip.h +235 -0
  451. data/windows/zlib, libpng/zlib/contrib/pascal/example.pas +599 -0
  452. data/windows/zlib, libpng/zlib/contrib/pascal/readme.txt +76 -0
  453. data/windows/zlib, libpng/zlib/contrib/pascal/zlibd32.mak +93 -0
  454. data/windows/zlib, libpng/zlib/contrib/pascal/zlibpas.pas +236 -0
  455. data/windows/zlib, libpng/zlib/contrib/puff/Makefile +8 -0
  456. data/windows/zlib, libpng/zlib/contrib/puff/README +63 -0
  457. data/windows/zlib, libpng/zlib/contrib/puff/puff.c +837 -0
  458. data/windows/zlib, libpng/zlib/contrib/puff/puff.h +31 -0
  459. data/windows/zlib, libpng/zlib/contrib/puff/zeros.raw +0 -0
  460. data/windows/zlib, libpng/zlib/contrib/testzlib/testzlib.c +275 -0
  461. data/windows/zlib, libpng/zlib/contrib/testzlib/testzlib.txt +10 -0
  462. data/windows/zlib, libpng/zlib/contrib/untgz/Makefile +14 -0
  463. data/windows/zlib, libpng/zlib/contrib/untgz/Makefile.msc +17 -0
  464. data/windows/zlib, libpng/zlib/contrib/untgz/untgz.c +674 -0
  465. data/windows/zlib, libpng/zlib/contrib/vstudio/readme.txt +73 -0
  466. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/miniunz.vcproj +126 -0
  467. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/minizip.vcproj +126 -0
  468. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/testzlib.vcproj +126 -0
  469. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlib.rc +32 -0
  470. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibstat.vcproj +246 -0
  471. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibvc.def +92 -0
  472. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibvc.sln +78 -0
  473. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibvc.vcproj +445 -0
  474. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/miniunz.vcproj +566 -0
  475. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/minizip.vcproj +563 -0
  476. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/testzlib.vcproj +948 -0
  477. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/testzlibdll.vcproj +567 -0
  478. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlib.rc +32 -0
  479. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibstat.vcproj +870 -0
  480. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibvc.def +92 -0
  481. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibvc.sln +144 -0
  482. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibvc.vcproj +1219 -0
  483. data/windows/zlib, libpng/zlib/crc32.c +423 -0
  484. data/windows/zlib, libpng/zlib/crc32.h +441 -0
  485. data/windows/zlib, libpng/zlib/deflate.c +1736 -0
  486. data/windows/zlib, libpng/zlib/deflate.h +331 -0
  487. data/windows/zlib, libpng/zlib/example.c +565 -0
  488. data/windows/zlib, libpng/zlib/examples/README.examples +42 -0
  489. data/windows/zlib, libpng/zlib/examples/fitblk.c +233 -0
  490. data/windows/zlib, libpng/zlib/examples/gun.c +693 -0
  491. data/windows/zlib, libpng/zlib/examples/gzappend.c +500 -0
  492. data/windows/zlib, libpng/zlib/examples/gzjoin.c +448 -0
  493. data/windows/zlib, libpng/zlib/examples/gzlog.c +413 -0
  494. data/windows/zlib, libpng/zlib/examples/gzlog.h +58 -0
  495. data/windows/zlib, libpng/zlib/examples/zlib_how.html +523 -0
  496. data/windows/zlib, libpng/zlib/examples/zpipe.c +191 -0
  497. data/windows/zlib, libpng/zlib/examples/zran.c +404 -0
  498. data/windows/zlib, libpng/zlib/gzio.c +1026 -0
  499. data/windows/zlib, libpng/zlib/infback.c +623 -0
  500. data/windows/zlib, libpng/zlib/inffast.c +318 -0
  501. data/windows/zlib, libpng/zlib/inffast.h +11 -0
  502. data/windows/zlib, libpng/zlib/inffixed.h +94 -0
  503. data/windows/zlib, libpng/zlib/inflate.c +1368 -0
  504. data/windows/zlib, libpng/zlib/inflate.h +115 -0
  505. data/windows/zlib, libpng/zlib/inftrees.c +329 -0
  506. data/windows/zlib, libpng/zlib/inftrees.h +55 -0
  507. data/windows/zlib, libpng/zlib/make_vms.com +461 -0
  508. data/windows/zlib, libpng/zlib/minigzip.c +322 -0
  509. data/windows/zlib, libpng/zlib/msdos/Makefile.bor +109 -0
  510. data/windows/zlib, libpng/zlib/msdos/Makefile.dj2 +104 -0
  511. data/windows/zlib, libpng/zlib/msdos/Makefile.emx +69 -0
  512. data/windows/zlib, libpng/zlib/msdos/Makefile.msc +106 -0
  513. data/windows/zlib, libpng/zlib/msdos/Makefile.tc +94 -0
  514. data/windows/zlib, libpng/zlib/old/Makefile.riscos +151 -0
  515. data/windows/zlib, libpng/zlib/old/README +3 -0
  516. data/windows/zlib, libpng/zlib/old/descrip.mms +48 -0
  517. data/windows/zlib, libpng/zlib/old/os2/Makefile.os2 +136 -0
  518. data/windows/zlib, libpng/zlib/old/os2/zlib.def +51 -0
  519. data/windows/zlib, libpng/zlib/old/visual-basic.txt +160 -0
  520. data/windows/zlib, libpng/zlib/old/zlib.html +971 -0
  521. data/windows/zlib, libpng/zlib/projects/README.projects +41 -0
  522. data/windows/zlib, libpng/zlib/projects/visualc6/README.txt +73 -0
  523. data/windows/zlib, libpng/zlib/projects/visualc6/example.dsp +278 -0
  524. data/windows/zlib, libpng/zlib/projects/visualc6/minigzip.dsp +278 -0
  525. data/windows/zlib, libpng/zlib/projects/visualc6/zlib.dsp +609 -0
  526. data/windows/zlib, libpng/zlib/projects/visualc6/zlib.dsw +59 -0
  527. data/windows/zlib, libpng/zlib/qnx/package.qpg +141 -0
  528. data/windows/zlib, libpng/zlib/trees.c +1219 -0
  529. data/windows/zlib, libpng/zlib/trees.h +128 -0
  530. data/windows/zlib, libpng/zlib/uncompr.c +61 -0
  531. data/windows/zlib, libpng/zlib/win32/DLL_FAQ.txt +397 -0
  532. data/windows/zlib, libpng/zlib/win32/Makefile.bor +107 -0
  533. data/windows/zlib, libpng/zlib/win32/Makefile.emx +69 -0
  534. data/windows/zlib, libpng/zlib/win32/Makefile.gcc +141 -0
  535. data/windows/zlib, libpng/zlib/win32/Makefile.msc +126 -0
  536. data/windows/zlib, libpng/zlib/win32/VisualC.txt +3 -0
  537. data/windows/zlib, libpng/zlib/win32/zlib.def +60 -0
  538. data/windows/zlib, libpng/zlib/win32/zlib1.rc +39 -0
  539. data/windows/zlib, libpng/zlib/zconf.h +332 -0
  540. data/windows/zlib, libpng/zlib/zconf.in.h +332 -0
  541. data/windows/zlib, libpng/zlib/zlib.3 +159 -0
  542. data/windows/zlib, libpng/zlib/zlib.h +1357 -0
  543. data/windows/zlib, libpng/zlib/zutil.c +318 -0
  544. data/windows/zlib, libpng/zlib/zutil.h +269 -0
  545. metadata +669 -216
@@ -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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
33
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
56
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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>
@@ -37,7 +37,7 @@
37
37
  <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>
38
38
  <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>
39
39
  </table></div>
40
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
40
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
41
41
  <a href="http://www.doxygen.org/index.html">
42
42
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
43
43
  </body>
@@ -25,7 +25,7 @@
25
25
  </div>
26
26
  </div>
27
27
  <div class="contents">
28
- <h1>Gosu::Input Class Reference</h1><!-- doxytag: class="Gosu::Input" -->Manages initialization and shutdown of the input system; only one <a class="el" href="classGosu_1_1Input.html" title="Manages initialization and shutdown of the input system; only one Input instance...">Input</a> instance can live per application.
28
+ <h1>Gosu::Input Class Reference</h1><!-- doxytag: class="Gosu::Input" -->Manages initialization and shutdown of the input system.
29
29
  <a href="#_details">More...</a>
30
30
  <p>
31
31
 
@@ -63,9 +63,9 @@ boost::function&lt; void(<a class="el" href="classGosu_1_1Button.html">Button</a
63
63
 
64
64
  </table>
65
65
  <hr><a name="_details"></a><h2>Detailed Description</h2>
66
- Manages initialization and shutdown of the input system; only one <a class="el" href="classGosu_1_1Input.html" title="Manages initialization and shutdown of the input system; only one Input instance...">Input</a> instance can live per application.
66
+ Manages initialization and shutdown of the input system.
67
67
  <p>
68
- (Should this limitation ever get into anyone's way, I will happily remove it; until then, I practice YAGNI.) <hr><h2>Member Function Documentation</h2>
68
+ Only one <a class="el" href="classGosu_1_1Input.html" title="Manages initialization and shutdown of the input system.">Input</a> instance can exist per application. <hr><h2>Member Function Documentation</h2>
69
69
  <a class="anchor" name="fc9e732c19055c9f80afb147eac8414b"></a><!-- doxytag: member="Gosu::Input::idToChar" ref="fc9e732c19055c9f80afb147eac8414b" args="(Button btn)" -->
70
70
  <div class="memitem">
71
71
  <div class="memproto">
@@ -216,7 +216,7 @@ You can bind these to your own functions. If you use the <a class="el" href="cla
216
216
  <hr>The documentation for this class was generated from the following file:<ul>
217
217
  <li><a class="el" href="Input_8hpp-source.html">Input.hpp</a></ul>
218
218
  </div>
219
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
219
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
220
220
  <a href="http://www.doxygen.org/index.html">
221
221
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
222
222
  </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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
36
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
229
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
35
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
112
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
33
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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>
@@ -193,7 +193,7 @@ Even if pan is 0.0, the sample will not be as loud as if it were played by calli
193
193
  <hr>The documentation for this class was generated from the following file:<ul>
194
194
  <li><a class="el" href="Audio_8hpp-source.html">Audio.hpp</a></ul>
195
195
  </div>
196
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
196
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
197
197
  <a href="http://www.doxygen.org/index.html">
198
198
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
199
199
  </body>
@@ -31,7 +31,7 @@
31
31
  <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>
32
32
  <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>
33
33
  </table></div>
34
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
34
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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>
@@ -162,7 +162,7 @@ Called by <a class="el" href="classGosu_1_1Sample.html" title="A sample is a sho
162
162
  <hr>The documentation for this class was generated from the following file:<ul>
163
163
  <li><a class="el" href="Audio_8hpp-source.html">Audio.hpp</a></ul>
164
164
  </div>
165
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
165
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
166
166
  <a href="http://www.doxygen.org/index.html">
167
167
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
168
168
  </body>
@@ -36,7 +36,7 @@
36
36
  <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>
37
37
  <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>
38
38
  </table></div>
39
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
39
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
40
40
  <a href="http://www.doxygen.org/index.html">
41
41
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
42
42
  </body>
@@ -253,7 +253,7 @@ Changes the volume of the song.
253
253
  <hr>The documentation for this class was generated from the following file:<ul>
254
254
  <li><a class="el" href="Audio_8hpp-source.html">Audio.hpp</a></ul>
255
255
  </div>
256
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
256
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
257
257
  <a href="http://www.doxygen.org/index.html">
258
258
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
259
259
  </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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
34
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
117
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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>
@@ -43,7 +43,7 @@
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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
46
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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>
@@ -264,7 +264,7 @@ Same as buttonDown. Called then the user released a button.
264
264
  <hr>The documentation for this class was generated from the following file:<ul>
265
265
  <li><a class="el" href="Window_8hpp-source.html">Window.hpp</a></ul>
266
266
  </div>
267
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
267
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
268
268
  <a href="http://www.doxygen.org/index.html">
269
269
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
270
270
  </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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
50
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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>
@@ -229,7 +229,7 @@ Here is a list of all documented class members with links to the class documenta
229
229
  : <a class="el" href="classGosu_1_1Window.html#369461754934c92b9bd0811dbdad8ffa">Gosu::Window</a>
230
230
  </ul>
231
231
  </div>
232
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
232
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
233
233
  <a href="http://www.doxygen.org/index.html">
234
234
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
235
235
  </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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
41
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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>
@@ -220,7 +220,7 @@
220
220
  : <a class="el" href="classGosu_1_1Window.html#369461754934c92b9bd0811dbdad8ffa">Gosu::Window</a>
221
221
  </ul>
222
222
  </div>
223
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
223
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
224
224
  <a href="http://www.doxygen.org/index.html">
225
225
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
226
226
  </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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
43
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
49
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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 Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
22
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 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>
@@ -67,7 +67,7 @@
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
68
  <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
69
 
70
- <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Manages initialization and shutdown of the input system; only one <a class="el" href="classGosu_1_1Input.html" title="Manages initialization and shutdown of the input system; only one Input instance...">Input</a> instance can live per application. <a href="classGosu_1_1Input.html#_details">More...</a><br></td></tr>
70
+ <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>
71
71
  <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>Reader</b></td></tr>
72
72
 
73
73
  <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>Writer</b></td></tr>
@@ -142,154 +142,219 @@ typedef boost::uint16_t&nbsp;</td><td class="memItemRight" valign="bottom"><b>So
142
142
  <b>kb9</b> = 0x19,
143
143
  <b>kb0</b> = 0x1d,
144
144
  <br>
145
- &nbsp;&nbsp;<b>kbTab</b> = 0x30,
145
+ &nbsp;&nbsp;<b>kbA</b> = 0x00,
146
+ <b>kbB</b> = 0x0b,
147
+ <b>kbC</b> = 0x08,
148
+ <b>kbD</b> = 0x02,
149
+ <br>
150
+ &nbsp;&nbsp;<b>kbE</b> = 0x0e,
151
+ <b>kbF</b> = 0x03,
152
+ <b>kbG</b> = 0x05,
153
+ <b>kbH</b> = 0x04,
154
+ <br>
155
+ &nbsp;&nbsp;<b>kbI</b> = 0x22,
156
+ <b>kbJ</b> = 0x26,
157
+ <b>kbK</b> = 0x28,
158
+ <b>kbL</b> = 0x25,
159
+ <br>
160
+ &nbsp;&nbsp;<b>kbM</b> = 0x2e,
161
+ <b>kbN</b> = 0x2d,
162
+ <b>kbO</b> = 0x1f,
163
+ <b>kbP</b> = 0x23,
164
+ <br>
165
+ &nbsp;&nbsp;<b>kbQ</b> = 0x0c,
166
+ <b>kbR</b> = 0x0f,
167
+ <b>kbS</b> = 0x01,
168
+ <b>kbT</b> = 0x11,
169
+ <br>
170
+ &nbsp;&nbsp;<b>kbU</b> = 0x20,
171
+ <b>kbV</b> = 0x09,
172
+ <b>kbW</b> = 0x0d,
173
+ <b>kbX</b> = 0x07,
174
+ <br>
175
+ &nbsp;&nbsp;<b>kbY</b> = 0x10,
176
+ <b>kbZ</b> = 0x06,
177
+ <b>kbTab</b> = 0x30,
146
178
  <b>kbReturn</b> = 0x24,
147
- <b>kbSpace</b> = 0x31,
148
- <b>kbLeftShift</b> = 0x38,
149
179
  <br>
150
- &nbsp;&nbsp;<b>kbRightShift</b> = 0x3c,
180
+ &nbsp;&nbsp;<b>kbSpace</b> = 0x31,
181
+ <b>kbLeftShift</b> = 0x38,
182
+ <b>kbRightShift</b> = 0x3c,
151
183
  <b>kbLeftControl</b> = 0x3b,
152
- <b>kbRightControl</b> = 0x3e,
153
- <b>kbLeftAlt</b> = 0x3a,
154
184
  <br>
155
- &nbsp;&nbsp;<b>kbRightAlt</b> = 0x3d,
185
+ &nbsp;&nbsp;<b>kbRightControl</b> = 0x3e,
186
+ <b>kbLeftAlt</b> = 0x3a,
187
+ <b>kbRightAlt</b> = 0x3d,
156
188
  <b>kbLeftMeta</b> = 0x37,
157
- <b>kbRightMeta</b> = 0x36,
158
- <b>kbBackspace</b> = 0x33,
159
189
  <br>
160
- &nbsp;&nbsp;<b>kbLeft</b> = 0x7b,
190
+ &nbsp;&nbsp;<b>kbRightMeta</b> = 0x36,
191
+ <b>kbBackspace</b> = 0x33,
192
+ <b>kbLeft</b> = 0x7b,
161
193
  <b>kbRight</b> = 0x7c,
162
- <b>kbUp</b> = 0x7e,
163
- <b>kbDown</b> = 0x7d,
164
194
  <br>
165
- &nbsp;&nbsp;<b>kbHome</b> = 0x73,
195
+ &nbsp;&nbsp;<b>kbUp</b> = 0x7e,
196
+ <b>kbDown</b> = 0x7d,
197
+ <b>kbHome</b> = 0x73,
166
198
  <b>kbEnd</b> = 0x77,
167
- <b>kbInsert</b> = 0x72,
168
- <b>kbDelete</b> = 0x75,
169
199
  <br>
170
- &nbsp;&nbsp;<b>kbPageUp</b> = 0x74,
200
+ &nbsp;&nbsp;<b>kbInsert</b> = 0x72,
201
+ <b>kbDelete</b> = 0x75,
202
+ <b>kbPageUp</b> = 0x74,
171
203
  <b>kbPageDown</b> = 0x79,
172
- <b>kbEnter</b> = 0x4c,
173
- <b>kbNumpad1</b> = 0x53,
174
204
  <br>
175
- &nbsp;&nbsp;<b>kbNumpad2</b> = 0x54,
205
+ &nbsp;&nbsp;<b>kbEnter</b> = 0x4c,
206
+ <b>kbNumpad1</b> = 0x53,
207
+ <b>kbNumpad2</b> = 0x54,
176
208
  <b>kbNumpad3</b> = 0x55,
177
- <b>kbNumpad4</b> = 0x56,
178
- <b>kbNumpad5</b> = 0x57,
179
209
  <br>
180
- &nbsp;&nbsp;<b>kbNumpad6</b> = 0x58,
210
+ &nbsp;&nbsp;<b>kbNumpad4</b> = 0x56,
211
+ <b>kbNumpad5</b> = 0x57,
212
+ <b>kbNumpad6</b> = 0x58,
181
213
  <b>kbNumpad7</b> = 0x59,
182
- <b>kbNumpad8</b> = 0x5b,
183
- <b>kbNumpad9</b> = 0x5c,
184
214
  <br>
185
- &nbsp;&nbsp;<b>kbNumpad0</b> = 0x52,
215
+ &nbsp;&nbsp;<b>kbNumpad8</b> = 0x5b,
216
+ <b>kbNumpad9</b> = 0x5c,
217
+ <b>kbNumpad0</b> = 0x52,
186
218
  <b>kbNumpadAdd</b> = 0x45,
187
- <b>kbNumpadSubtract</b> = 0x4e,
188
- <b>kbNumpadMultiply</b> = 0x43,
189
219
  <br>
190
- &nbsp;&nbsp;<b>kbNumpadDivide</b> = 0x4b,
220
+ &nbsp;&nbsp;<b>kbNumpadSubtract</b> = 0x4e,
221
+ <b>kbNumpadMultiply</b> = 0x43,
222
+ <b>kbNumpadDivide</b> = 0x4b,
191
223
  <b>kbRangeEnd</b> = 0xffff,
192
- <b>msRangeBegin</b>,
193
- <b>msLeft</b> = msRangeBegin,
194
224
  <br>
195
- &nbsp;&nbsp;<b>msRight</b>,
225
+ &nbsp;&nbsp;<b>msRangeBegin</b>,
226
+ <b>msLeft</b> = msRangeBegin,
227
+ <b>msRight</b>,
196
228
  <b>msMiddle</b>,
197
- <b>msWheelUp</b>,
198
- <b>msWheelDown</b>,
199
229
  <br>
200
- &nbsp;&nbsp;<b>msRangeEnd</b>,
230
+ &nbsp;&nbsp;<b>msWheelUp</b>,
231
+ <b>msWheelDown</b>,
232
+ <b>msRangeEnd</b>,
201
233
  <b>gpRangeBegin</b>,
202
- <b>gpLeft</b> = gpRangeBegin,
203
- <b>gpRight</b>,
204
234
  <br>
205
- &nbsp;&nbsp;<b>gpUp</b>,
235
+ &nbsp;&nbsp;<b>gpLeft</b> = gpRangeBegin,
236
+ <b>gpRight</b>,
237
+ <b>gpUp</b>,
206
238
  <b>gpDown</b>,
207
- <b>gpButton0</b>,
208
- <b>gpButton1</b>,
209
239
  <br>
210
- &nbsp;&nbsp;<b>gpButton2</b>,
240
+ &nbsp;&nbsp;<b>gpButton0</b>,
241
+ <b>gpButton1</b>,
242
+ <b>gpButton2</b>,
211
243
  <b>gpButton3</b>,
212
- <b>gpButton4</b>,
213
- <b>gpButton5</b>,
214
244
  <br>
215
- &nbsp;&nbsp;<b>gpButton6</b>,
245
+ &nbsp;&nbsp;<b>gpButton4</b>,
246
+ <b>gpButton5</b>,
247
+ <b>gpButton6</b>,
216
248
  <b>gpButton7</b>,
217
- <b>gpButton8</b>,
218
- <b>gpButton9</b>,
219
249
  <br>
220
- &nbsp;&nbsp;<b>gpButton10</b>,
250
+ &nbsp;&nbsp;<b>gpButton8</b>,
251
+ <b>gpButton9</b>,
252
+ <b>gpButton10</b>,
221
253
  <b>gpButton11</b>,
222
- <b>gpButton12</b>,
223
- <b>gpButton13</b>,
224
254
  <br>
225
- &nbsp;&nbsp;<b>gpButton14</b>,
255
+ &nbsp;&nbsp;<b>gpButton12</b>,
256
+ <b>gpButton13</b>,
257
+ <b>gpButton14</b>,
226
258
  <b>gpButton15</b>,
227
- <b>gpRangeEnd</b> = gpButton15,
228
- <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
229
259
  <br>
230
- &nbsp;&nbsp;<b>msNum</b> = msRangeEnd - msRangeBegin + 1,
260
+ &nbsp;&nbsp;<b>gpRangeEnd</b> = gpButton15,
261
+ <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
262
+ <b>msNum</b> = msRangeEnd - msRangeBegin + 1,
231
263
  <b>gpNum</b> = gpRangeEnd - gpRangeBegin + 1,
232
- <b>numButtons</b> = gpRangeEnd + 1,
233
- <b>noButton</b> = 0xffffffff,
234
264
  <br>
235
- &nbsp;&nbsp;<b>kbRangeBegin</b> = 0x01,
265
+ &nbsp;&nbsp;<b>numButtons</b> = gpRangeEnd + 1,
266
+ <b>noButton</b> = 0xffffffff,
267
+ <b>kbRangeBegin</b> = 0x01,
236
268
  <b>kbEscape</b> = 0x35,
237
- <b>kbF1</b> = 0x7a,
238
- <b>kbF2</b> = 0x78,
239
269
  <br>
240
- &nbsp;&nbsp;<b>kbF3</b> = 0x63,
270
+ &nbsp;&nbsp;<b>kbF1</b> = 0x7a,
271
+ <b>kbF2</b> = 0x78,
272
+ <b>kbF3</b> = 0x63,
241
273
  <b>kbF4</b> = 0x76,
242
- <b>kbF5</b> = 0x60,
243
- <b>kbF6</b> = 0x61,
244
274
  <br>
245
- &nbsp;&nbsp;<b>kbF7</b> = 0x62,
275
+ &nbsp;&nbsp;<b>kbF5</b> = 0x60,
276
+ <b>kbF6</b> = 0x61,
277
+ <b>kbF7</b> = 0x62,
246
278
  <b>kbF8</b> = 0x64,
247
- <b>kbF9</b> = 0x65,
248
- <b>kbF10</b> = 0x6d,
249
279
  <br>
250
- &nbsp;&nbsp;<b>kbF11</b> = 0x67,
280
+ &nbsp;&nbsp;<b>kbF9</b> = 0x65,
281
+ <b>kbF10</b> = 0x6d,
282
+ <b>kbF11</b> = 0x67,
251
283
  <b>kbF12</b> = 0x6f,
252
- <b>kb0</b> = 0x1d,
253
- <b>kb1</b> = 0x12,
254
284
  <br>
255
- &nbsp;&nbsp;<b>kb2</b> = 0x13,
285
+ &nbsp;&nbsp;<b>kb0</b> = 0x1d,
286
+ <b>kb1</b> = 0x12,
287
+ <b>kb2</b> = 0x13,
256
288
  <b>kb3</b> = 0x14,
257
- <b>kb4</b> = 0x15,
258
- <b>kb5</b> = 0x17,
259
289
  <br>
260
- &nbsp;&nbsp;<b>kb6</b> = 0x16,
290
+ &nbsp;&nbsp;<b>kb4</b> = 0x15,
291
+ <b>kb5</b> = 0x17,
292
+ <b>kb6</b> = 0x16,
261
293
  <b>kb7</b> = 0x1a,
262
- <b>kb8</b> = 0x1c,
263
- <b>kb9</b> = 0x19,
264
294
  <br>
265
- &nbsp;&nbsp;<b>kbTab</b> = 0x30,
295
+ &nbsp;&nbsp;<b>kb8</b> = 0x1c,
296
+ <b>kb9</b> = 0x19,
297
+ <b>kbTab</b> = 0x30,
266
298
  <b>kbReturn</b> = 0x24,
267
- <b>kbSpace</b> = 0x31,
268
- <b>kbLeftShift</b> = 0x38,
269
299
  <br>
270
- &nbsp;&nbsp;<b>kbRightShift</b> = 0x3c,
300
+ &nbsp;&nbsp;<b>kbSpace</b> = 0x31,
301
+ <b>kbLeftShift</b> = 0x38,
302
+ <b>kbRightShift</b> = 0x3c,
271
303
  <b>kbLeftControl</b> = 0x3b,
272
- <b>kbRightControl</b> = 0x3e,
273
- <b>kbLeftAlt</b> = 0x3a,
274
304
  <br>
275
- &nbsp;&nbsp;<b>kbRightAlt</b> = 0x3d,
305
+ &nbsp;&nbsp;<b>kbRightControl</b> = 0x3e,
306
+ <b>kbLeftAlt</b> = 0x3a,
307
+ <b>kbRightAlt</b> = 0x3d,
276
308
  <b>kbLeftMeta</b> = 0x37,
277
- <b>kbRightMeta</b> = 0x36,
278
- <b>kbBackspace</b> = 0x33,
279
309
  <br>
280
- &nbsp;&nbsp;<b>kbLeft</b> = 0x7b,
310
+ &nbsp;&nbsp;<b>kbRightMeta</b> = 0x36,
311
+ <b>kbBackspace</b> = 0x33,
312
+ <b>kbLeft</b> = 0x7b,
281
313
  <b>kbRight</b> = 0x7c,
282
- <b>kbUp</b> = 0x7e,
283
- <b>kbDown</b> = 0x7d,
284
314
  <br>
285
- &nbsp;&nbsp;<b>kbHome</b> = 0x73,
315
+ &nbsp;&nbsp;<b>kbUp</b> = 0x7e,
316
+ <b>kbDown</b> = 0x7d,
317
+ <b>kbHome</b> = 0x73,
286
318
  <b>kbEnd</b> = 0x77,
287
- <b>kbInsert</b> = 0x72,
288
- <b>kbDelete</b> = 0x75,
289
319
  <br>
290
- &nbsp;&nbsp;<b>kbPageUp</b> = 0x74,
320
+ &nbsp;&nbsp;<b>kbInsert</b> = 0x72,
321
+ <b>kbDelete</b> = 0x75,
322
+ <b>kbPageUp</b> = 0x74,
291
323
  <b>kbPageDown</b> = 0x79,
292
- <b>kbEnter</b> = 0x4c,
324
+ <br>
325
+ &nbsp;&nbsp;<b>kbEnter</b> = 0x4c,
326
+ <b>kbA</b> = 0x00,
327
+ <b>kbB</b> = 0x0b,
328
+ <b>kbC</b> = 0x08,
329
+ <br>
330
+ &nbsp;&nbsp;<b>kbD</b> = 0x02,
331
+ <b>kbE</b> = 0x0e,
332
+ <b>kbF</b> = 0x03,
333
+ <b>kbG</b> = 0x05,
334
+ <br>
335
+ &nbsp;&nbsp;<b>kbH</b> = 0x04,
336
+ <b>kbI</b> = 0x22,
337
+ <b>kbJ</b> = 0x26,
338
+ <b>kbK</b> = 0x28,
339
+ <br>
340
+ &nbsp;&nbsp;<b>kbL</b> = 0x25,
341
+ <b>kbM</b> = 0x2e,
342
+ <b>kbN</b> = 0x2d,
343
+ <b>kbO</b> = 0x1f,
344
+ <br>
345
+ &nbsp;&nbsp;<b>kbP</b> = 0x23,
346
+ <b>kbQ</b> = 0x0c,
347
+ <b>kbR</b> = 0x0f,
348
+ <b>kbS</b> = 0x01,
349
+ <br>
350
+ &nbsp;&nbsp;<b>kbT</b> = 0x11,
351
+ <b>kbU</b> = 0x20,
352
+ <b>kbV</b> = 0x09,
353
+ <b>kbW</b> = 0x0d,
354
+ <br>
355
+ &nbsp;&nbsp;<b>kbX</b> = 0x07,
356
+ <b>kbY</b> = 0x10,
357
+ <b>kbZ</b> = 0x06,
293
358
  <b>kbNumpad0</b> = 0x52,
294
359
  <br>
295
360
  &nbsp;&nbsp;<b>kbNumpad1</b> = 0x53,
@@ -353,123 +418,156 @@ typedef boost::uint16_t&nbsp;</td><td class="memItemRight" valign="bottom"><b>So
353
418
  <b>noButton</b> = 0xffffffff,
354
419
  <br>
355
420
  &nbsp;&nbsp;<b>kbRangeBegin</b> = 0x01,
421
+ <b>kbA</b> = 0x00,
422
+ <b>kbB</b> = 0x0b,
423
+ <b>kbC</b> = 0x08,
424
+ <br>
425
+ &nbsp;&nbsp;<b>kbD</b> = 0x02,
426
+ <b>kbE</b> = 0x0e,
427
+ <b>kbF</b> = 0x03,
428
+ <b>kbG</b> = 0x05,
429
+ <br>
430
+ &nbsp;&nbsp;<b>kbH</b> = 0x04,
431
+ <b>kbI</b> = 0x22,
432
+ <b>kbJ</b> = 0x26,
433
+ <b>kbK</b> = 0x28,
434
+ <br>
435
+ &nbsp;&nbsp;<b>kbL</b> = 0x25,
436
+ <b>kbM</b> = 0x2e,
437
+ <b>kbN</b> = 0x2d,
438
+ <b>kbO</b> = 0x1f,
439
+ <br>
440
+ &nbsp;&nbsp;<b>kbP</b> = 0x23,
441
+ <b>kbQ</b> = 0x0c,
442
+ <b>kbR</b> = 0x0f,
443
+ <b>kbS</b> = 0x01,
444
+ <br>
445
+ &nbsp;&nbsp;<b>kbT</b> = 0x11,
446
+ <b>kbU</b> = 0x20,
447
+ <b>kbV</b> = 0x09,
448
+ <b>kbW</b> = 0x0d,
449
+ <br>
450
+ &nbsp;&nbsp;<b>kbX</b> = 0x07,
451
+ <b>kbY</b> = 0x10,
452
+ <b>kbZ</b> = 0x06,
356
453
  <b>kbEscape</b> = 0x35,
357
- <b>kbF1</b> = 0x7a,
358
- <b>kbF2</b> = 0x78,
359
454
  <br>
360
- &nbsp;&nbsp;<b>kbF3</b> = 0x63,
455
+ &nbsp;&nbsp;<b>kbF1</b> = 0x7a,
456
+ <b>kbF2</b> = 0x78,
457
+ <b>kbF3</b> = 0x63,
361
458
  <b>kbF4</b> = 0x76,
362
- <b>kbF5</b> = 0x60,
363
- <b>kbF6</b> = 0x61,
364
459
  <br>
365
- &nbsp;&nbsp;<b>kbF7</b> = 0x62,
460
+ &nbsp;&nbsp;<b>kbF5</b> = 0x60,
461
+ <b>kbF6</b> = 0x61,
462
+ <b>kbF7</b> = 0x62,
366
463
  <b>kbF8</b> = 0x64,
367
- <b>kbF9</b> = 0x65,
368
- <b>kbF10</b> = 0x6d,
369
464
  <br>
370
- &nbsp;&nbsp;<b>kbF11</b> = 0x67,
465
+ &nbsp;&nbsp;<b>kbF9</b> = 0x65,
466
+ <b>kbF10</b> = 0x6d,
467
+ <b>kbF11</b> = 0x67,
371
468
  <b>kbF12</b> = 0x6f,
372
- <b>kb1</b> = 0x12,
373
- <b>kb2</b> = 0x13,
374
469
  <br>
375
- &nbsp;&nbsp;<b>kb3</b> = 0x14,
470
+ &nbsp;&nbsp;<b>kb1</b> = 0x12,
471
+ <b>kb2</b> = 0x13,
472
+ <b>kb3</b> = 0x14,
376
473
  <b>kb4</b> = 0x15,
377
- <b>kb5</b> = 0x17,
378
- <b>kb6</b> = 0x16,
379
474
  <br>
380
- &nbsp;&nbsp;<b>kb7</b> = 0x1a,
475
+ &nbsp;&nbsp;<b>kb5</b> = 0x17,
476
+ <b>kb6</b> = 0x16,
477
+ <b>kb7</b> = 0x1a,
381
478
  <b>kb8</b> = 0x1c,
382
- <b>kb9</b> = 0x19,
383
- <b>kb0</b> = 0x1d,
384
479
  <br>
385
- &nbsp;&nbsp;<b>kbTab</b> = 0x30,
480
+ &nbsp;&nbsp;<b>kb9</b> = 0x19,
481
+ <b>kb0</b> = 0x1d,
482
+ <b>kbTab</b> = 0x30,
386
483
  <b>kbReturn</b> = 0x24,
387
- <b>kbSpace</b> = 0x31,
388
- <b>kbLeftShift</b> = 0x38,
389
484
  <br>
390
- &nbsp;&nbsp;<b>kbRightShift</b> = 0x3c,
485
+ &nbsp;&nbsp;<b>kbSpace</b> = 0x31,
486
+ <b>kbLeftShift</b> = 0x38,
487
+ <b>kbRightShift</b> = 0x3c,
391
488
  <b>kbLeftControl</b> = 0x3b,
392
- <b>kbRightControl</b> = 0x3e,
393
- <b>kbLeftAlt</b> = 0x3a,
394
489
  <br>
395
- &nbsp;&nbsp;<b>kbRightAlt</b> = 0x3d,
490
+ &nbsp;&nbsp;<b>kbRightControl</b> = 0x3e,
491
+ <b>kbLeftAlt</b> = 0x3a,
492
+ <b>kbRightAlt</b> = 0x3d,
396
493
  <b>kbLeftMeta</b> = 0x37,
397
- <b>kbRightMeta</b> = 0x36,
398
- <b>kbBackspace</b> = 0x33,
399
494
  <br>
400
- &nbsp;&nbsp;<b>kbLeft</b> = 0x7b,
495
+ &nbsp;&nbsp;<b>kbRightMeta</b> = 0x36,
496
+ <b>kbBackspace</b> = 0x33,
497
+ <b>kbLeft</b> = 0x7b,
401
498
  <b>kbRight</b> = 0x7c,
402
- <b>kbUp</b> = 0x7e,
403
- <b>kbDown</b> = 0x7d,
404
499
  <br>
405
- &nbsp;&nbsp;<b>kbHome</b> = 0x73,
500
+ &nbsp;&nbsp;<b>kbUp</b> = 0x7e,
501
+ <b>kbDown</b> = 0x7d,
502
+ <b>kbHome</b> = 0x73,
406
503
  <b>kbEnd</b> = 0x77,
407
- <b>kbInsert</b> = 0x72,
408
- <b>kbDelete</b> = 0x75,
409
504
  <br>
410
- &nbsp;&nbsp;<b>kbPageUp</b> = 0x74,
505
+ &nbsp;&nbsp;<b>kbInsert</b> = 0x72,
506
+ <b>kbDelete</b> = 0x75,
507
+ <b>kbPageUp</b> = 0x74,
411
508
  <b>kbPageDown</b> = 0x79,
412
- <b>kbEnter</b> = 0x4c,
413
- <b>kbNumpad1</b> = 0x53,
414
509
  <br>
415
- &nbsp;&nbsp;<b>kbNumpad2</b> = 0x54,
510
+ &nbsp;&nbsp;<b>kbEnter</b> = 0x4c,
511
+ <b>kbNumpad1</b> = 0x53,
512
+ <b>kbNumpad2</b> = 0x54,
416
513
  <b>kbNumpad3</b> = 0x55,
417
- <b>kbNumpad4</b> = 0x56,
418
- <b>kbNumpad5</b> = 0x57,
419
514
  <br>
420
- &nbsp;&nbsp;<b>kbNumpad6</b> = 0x58,
515
+ &nbsp;&nbsp;<b>kbNumpad4</b> = 0x56,
516
+ <b>kbNumpad5</b> = 0x57,
517
+ <b>kbNumpad6</b> = 0x58,
421
518
  <b>kbNumpad7</b> = 0x59,
422
- <b>kbNumpad8</b> = 0x5b,
423
- <b>kbNumpad9</b> = 0x5c,
424
519
  <br>
425
- &nbsp;&nbsp;<b>kbNumpad0</b> = 0x52,
520
+ &nbsp;&nbsp;<b>kbNumpad8</b> = 0x5b,
521
+ <b>kbNumpad9</b> = 0x5c,
522
+ <b>kbNumpad0</b> = 0x52,
426
523
  <b>kbNumpadAdd</b> = 0x45,
427
- <b>kbNumpadSubtract</b> = 0x4e,
428
- <b>kbNumpadMultiply</b> = 0x43,
429
524
  <br>
430
- &nbsp;&nbsp;<b>kbNumpadDivide</b> = 0x4b,
525
+ &nbsp;&nbsp;<b>kbNumpadSubtract</b> = 0x4e,
526
+ <b>kbNumpadMultiply</b> = 0x43,
527
+ <b>kbNumpadDivide</b> = 0x4b,
431
528
  <b>kbRangeEnd</b> = 0xffff,
432
- <b>msRangeBegin</b>,
433
- <b>msLeft</b> = msRangeBegin,
434
529
  <br>
435
- &nbsp;&nbsp;<b>msRight</b>,
530
+ &nbsp;&nbsp;<b>msRangeBegin</b>,
531
+ <b>msLeft</b> = msRangeBegin,
532
+ <b>msRight</b>,
436
533
  <b>msMiddle</b>,
437
- <b>msWheelUp</b>,
438
- <b>msWheelDown</b>,
439
534
  <br>
440
- &nbsp;&nbsp;<b>msRangeEnd</b>,
535
+ &nbsp;&nbsp;<b>msWheelUp</b>,
536
+ <b>msWheelDown</b>,
537
+ <b>msRangeEnd</b>,
441
538
  <b>gpRangeBegin</b>,
442
- <b>gpLeft</b> = gpRangeBegin,
443
- <b>gpRight</b>,
444
539
  <br>
445
- &nbsp;&nbsp;<b>gpUp</b>,
540
+ &nbsp;&nbsp;<b>gpLeft</b> = gpRangeBegin,
541
+ <b>gpRight</b>,
542
+ <b>gpUp</b>,
446
543
  <b>gpDown</b>,
447
- <b>gpButton0</b>,
448
- <b>gpButton1</b>,
449
544
  <br>
450
- &nbsp;&nbsp;<b>gpButton2</b>,
545
+ &nbsp;&nbsp;<b>gpButton0</b>,
546
+ <b>gpButton1</b>,
547
+ <b>gpButton2</b>,
451
548
  <b>gpButton3</b>,
452
- <b>gpButton4</b>,
453
- <b>gpButton5</b>,
454
549
  <br>
455
- &nbsp;&nbsp;<b>gpButton6</b>,
550
+ &nbsp;&nbsp;<b>gpButton4</b>,
551
+ <b>gpButton5</b>,
552
+ <b>gpButton6</b>,
456
553
  <b>gpButton7</b>,
457
- <b>gpButton8</b>,
458
- <b>gpButton9</b>,
459
554
  <br>
460
- &nbsp;&nbsp;<b>gpButton10</b>,
555
+ &nbsp;&nbsp;<b>gpButton8</b>,
556
+ <b>gpButton9</b>,
557
+ <b>gpButton10</b>,
461
558
  <b>gpButton11</b>,
462
- <b>gpButton12</b>,
463
- <b>gpButton13</b>,
464
559
  <br>
465
- &nbsp;&nbsp;<b>gpButton14</b>,
560
+ &nbsp;&nbsp;<b>gpButton12</b>,
561
+ <b>gpButton13</b>,
562
+ <b>gpButton14</b>,
466
563
  <b>gpButton15</b>,
467
- <b>gpRangeEnd</b> = gpButton15,
468
- <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
469
564
  <br>
470
- &nbsp;&nbsp;<b>msNum</b> = msRangeEnd - msRangeBegin + 1,
565
+ &nbsp;&nbsp;<b>gpRangeEnd</b> = gpButton15,
566
+ <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
567
+ <b>msNum</b> = msRangeEnd - msRangeBegin + 1,
471
568
  <b>gpNum</b> = gpRangeEnd - gpRangeBegin + 1,
472
- <b>numButtons</b> = gpRangeEnd + 1,
569
+ <br>
570
+ &nbsp;&nbsp;<b>numButtons</b> = gpRangeEnd + 1,
473
571
  <b>noButton</b> = 0xffffffff
474
572
  <br>
475
573
  }</td></tr>
@@ -505,154 +603,219 @@ typedef boost::uint16_t&nbsp;</td><td class="memItemRight" valign="bottom"><b>So
505
603
  <b>kb9</b> = 0x19,
506
604
  <b>kb0</b> = 0x1d,
507
605
  <br>
508
- &nbsp;&nbsp;<b>kbTab</b> = 0x30,
606
+ &nbsp;&nbsp;<b>kbA</b> = 0x00,
607
+ <b>kbB</b> = 0x0b,
608
+ <b>kbC</b> = 0x08,
609
+ <b>kbD</b> = 0x02,
610
+ <br>
611
+ &nbsp;&nbsp;<b>kbE</b> = 0x0e,
612
+ <b>kbF</b> = 0x03,
613
+ <b>kbG</b> = 0x05,
614
+ <b>kbH</b> = 0x04,
615
+ <br>
616
+ &nbsp;&nbsp;<b>kbI</b> = 0x22,
617
+ <b>kbJ</b> = 0x26,
618
+ <b>kbK</b> = 0x28,
619
+ <b>kbL</b> = 0x25,
620
+ <br>
621
+ &nbsp;&nbsp;<b>kbM</b> = 0x2e,
622
+ <b>kbN</b> = 0x2d,
623
+ <b>kbO</b> = 0x1f,
624
+ <b>kbP</b> = 0x23,
625
+ <br>
626
+ &nbsp;&nbsp;<b>kbQ</b> = 0x0c,
627
+ <b>kbR</b> = 0x0f,
628
+ <b>kbS</b> = 0x01,
629
+ <b>kbT</b> = 0x11,
630
+ <br>
631
+ &nbsp;&nbsp;<b>kbU</b> = 0x20,
632
+ <b>kbV</b> = 0x09,
633
+ <b>kbW</b> = 0x0d,
634
+ <b>kbX</b> = 0x07,
635
+ <br>
636
+ &nbsp;&nbsp;<b>kbY</b> = 0x10,
637
+ <b>kbZ</b> = 0x06,
638
+ <b>kbTab</b> = 0x30,
509
639
  <b>kbReturn</b> = 0x24,
510
- <b>kbSpace</b> = 0x31,
511
- <b>kbLeftShift</b> = 0x38,
512
640
  <br>
513
- &nbsp;&nbsp;<b>kbRightShift</b> = 0x3c,
641
+ &nbsp;&nbsp;<b>kbSpace</b> = 0x31,
642
+ <b>kbLeftShift</b> = 0x38,
643
+ <b>kbRightShift</b> = 0x3c,
514
644
  <b>kbLeftControl</b> = 0x3b,
515
- <b>kbRightControl</b> = 0x3e,
516
- <b>kbLeftAlt</b> = 0x3a,
517
645
  <br>
518
- &nbsp;&nbsp;<b>kbRightAlt</b> = 0x3d,
646
+ &nbsp;&nbsp;<b>kbRightControl</b> = 0x3e,
647
+ <b>kbLeftAlt</b> = 0x3a,
648
+ <b>kbRightAlt</b> = 0x3d,
519
649
  <b>kbLeftMeta</b> = 0x37,
520
- <b>kbRightMeta</b> = 0x36,
521
- <b>kbBackspace</b> = 0x33,
522
650
  <br>
523
- &nbsp;&nbsp;<b>kbLeft</b> = 0x7b,
651
+ &nbsp;&nbsp;<b>kbRightMeta</b> = 0x36,
652
+ <b>kbBackspace</b> = 0x33,
653
+ <b>kbLeft</b> = 0x7b,
524
654
  <b>kbRight</b> = 0x7c,
525
- <b>kbUp</b> = 0x7e,
526
- <b>kbDown</b> = 0x7d,
527
655
  <br>
528
- &nbsp;&nbsp;<b>kbHome</b> = 0x73,
656
+ &nbsp;&nbsp;<b>kbUp</b> = 0x7e,
657
+ <b>kbDown</b> = 0x7d,
658
+ <b>kbHome</b> = 0x73,
529
659
  <b>kbEnd</b> = 0x77,
530
- <b>kbInsert</b> = 0x72,
531
- <b>kbDelete</b> = 0x75,
532
660
  <br>
533
- &nbsp;&nbsp;<b>kbPageUp</b> = 0x74,
661
+ &nbsp;&nbsp;<b>kbInsert</b> = 0x72,
662
+ <b>kbDelete</b> = 0x75,
663
+ <b>kbPageUp</b> = 0x74,
534
664
  <b>kbPageDown</b> = 0x79,
535
- <b>kbEnter</b> = 0x4c,
536
- <b>kbNumpad1</b> = 0x53,
537
665
  <br>
538
- &nbsp;&nbsp;<b>kbNumpad2</b> = 0x54,
666
+ &nbsp;&nbsp;<b>kbEnter</b> = 0x4c,
667
+ <b>kbNumpad1</b> = 0x53,
668
+ <b>kbNumpad2</b> = 0x54,
539
669
  <b>kbNumpad3</b> = 0x55,
540
- <b>kbNumpad4</b> = 0x56,
541
- <b>kbNumpad5</b> = 0x57,
542
670
  <br>
543
- &nbsp;&nbsp;<b>kbNumpad6</b> = 0x58,
671
+ &nbsp;&nbsp;<b>kbNumpad4</b> = 0x56,
672
+ <b>kbNumpad5</b> = 0x57,
673
+ <b>kbNumpad6</b> = 0x58,
544
674
  <b>kbNumpad7</b> = 0x59,
545
- <b>kbNumpad8</b> = 0x5b,
546
- <b>kbNumpad9</b> = 0x5c,
547
675
  <br>
548
- &nbsp;&nbsp;<b>kbNumpad0</b> = 0x52,
676
+ &nbsp;&nbsp;<b>kbNumpad8</b> = 0x5b,
677
+ <b>kbNumpad9</b> = 0x5c,
678
+ <b>kbNumpad0</b> = 0x52,
549
679
  <b>kbNumpadAdd</b> = 0x45,
550
- <b>kbNumpadSubtract</b> = 0x4e,
551
- <b>kbNumpadMultiply</b> = 0x43,
552
680
  <br>
553
- &nbsp;&nbsp;<b>kbNumpadDivide</b> = 0x4b,
681
+ &nbsp;&nbsp;<b>kbNumpadSubtract</b> = 0x4e,
682
+ <b>kbNumpadMultiply</b> = 0x43,
683
+ <b>kbNumpadDivide</b> = 0x4b,
554
684
  <b>kbRangeEnd</b> = 0xffff,
555
- <b>msRangeBegin</b>,
556
- <b>msLeft</b> = msRangeBegin,
557
685
  <br>
558
- &nbsp;&nbsp;<b>msRight</b>,
686
+ &nbsp;&nbsp;<b>msRangeBegin</b>,
687
+ <b>msLeft</b> = msRangeBegin,
688
+ <b>msRight</b>,
559
689
  <b>msMiddle</b>,
560
- <b>msWheelUp</b>,
561
- <b>msWheelDown</b>,
562
690
  <br>
563
- &nbsp;&nbsp;<b>msRangeEnd</b>,
691
+ &nbsp;&nbsp;<b>msWheelUp</b>,
692
+ <b>msWheelDown</b>,
693
+ <b>msRangeEnd</b>,
564
694
  <b>gpRangeBegin</b>,
565
- <b>gpLeft</b> = gpRangeBegin,
566
- <b>gpRight</b>,
567
695
  <br>
568
- &nbsp;&nbsp;<b>gpUp</b>,
696
+ &nbsp;&nbsp;<b>gpLeft</b> = gpRangeBegin,
697
+ <b>gpRight</b>,
698
+ <b>gpUp</b>,
569
699
  <b>gpDown</b>,
570
- <b>gpButton0</b>,
571
- <b>gpButton1</b>,
572
700
  <br>
573
- &nbsp;&nbsp;<b>gpButton2</b>,
701
+ &nbsp;&nbsp;<b>gpButton0</b>,
702
+ <b>gpButton1</b>,
703
+ <b>gpButton2</b>,
574
704
  <b>gpButton3</b>,
575
- <b>gpButton4</b>,
576
- <b>gpButton5</b>,
577
705
  <br>
578
- &nbsp;&nbsp;<b>gpButton6</b>,
706
+ &nbsp;&nbsp;<b>gpButton4</b>,
707
+ <b>gpButton5</b>,
708
+ <b>gpButton6</b>,
579
709
  <b>gpButton7</b>,
580
- <b>gpButton8</b>,
581
- <b>gpButton9</b>,
582
710
  <br>
583
- &nbsp;&nbsp;<b>gpButton10</b>,
711
+ &nbsp;&nbsp;<b>gpButton8</b>,
712
+ <b>gpButton9</b>,
713
+ <b>gpButton10</b>,
584
714
  <b>gpButton11</b>,
585
- <b>gpButton12</b>,
586
- <b>gpButton13</b>,
587
715
  <br>
588
- &nbsp;&nbsp;<b>gpButton14</b>,
716
+ &nbsp;&nbsp;<b>gpButton12</b>,
717
+ <b>gpButton13</b>,
718
+ <b>gpButton14</b>,
589
719
  <b>gpButton15</b>,
590
- <b>gpRangeEnd</b> = gpButton15,
591
- <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
592
720
  <br>
593
- &nbsp;&nbsp;<b>msNum</b> = msRangeEnd - msRangeBegin + 1,
721
+ &nbsp;&nbsp;<b>gpRangeEnd</b> = gpButton15,
722
+ <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
723
+ <b>msNum</b> = msRangeEnd - msRangeBegin + 1,
594
724
  <b>gpNum</b> = gpRangeEnd - gpRangeBegin + 1,
595
- <b>numButtons</b> = gpRangeEnd + 1,
596
- <b>noButton</b> = 0xffffffff,
597
725
  <br>
598
- &nbsp;&nbsp;<b>kbRangeBegin</b> = 0x01,
726
+ &nbsp;&nbsp;<b>numButtons</b> = gpRangeEnd + 1,
727
+ <b>noButton</b> = 0xffffffff,
728
+ <b>kbRangeBegin</b> = 0x01,
599
729
  <b>kbEscape</b> = 0x35,
600
- <b>kbF1</b> = 0x7a,
601
- <b>kbF2</b> = 0x78,
602
730
  <br>
603
- &nbsp;&nbsp;<b>kbF3</b> = 0x63,
731
+ &nbsp;&nbsp;<b>kbF1</b> = 0x7a,
732
+ <b>kbF2</b> = 0x78,
733
+ <b>kbF3</b> = 0x63,
604
734
  <b>kbF4</b> = 0x76,
605
- <b>kbF5</b> = 0x60,
606
- <b>kbF6</b> = 0x61,
607
735
  <br>
608
- &nbsp;&nbsp;<b>kbF7</b> = 0x62,
736
+ &nbsp;&nbsp;<b>kbF5</b> = 0x60,
737
+ <b>kbF6</b> = 0x61,
738
+ <b>kbF7</b> = 0x62,
609
739
  <b>kbF8</b> = 0x64,
610
- <b>kbF9</b> = 0x65,
611
- <b>kbF10</b> = 0x6d,
612
740
  <br>
613
- &nbsp;&nbsp;<b>kbF11</b> = 0x67,
741
+ &nbsp;&nbsp;<b>kbF9</b> = 0x65,
742
+ <b>kbF10</b> = 0x6d,
743
+ <b>kbF11</b> = 0x67,
614
744
  <b>kbF12</b> = 0x6f,
615
- <b>kb0</b> = 0x1d,
616
- <b>kb1</b> = 0x12,
617
745
  <br>
618
- &nbsp;&nbsp;<b>kb2</b> = 0x13,
746
+ &nbsp;&nbsp;<b>kb0</b> = 0x1d,
747
+ <b>kb1</b> = 0x12,
748
+ <b>kb2</b> = 0x13,
619
749
  <b>kb3</b> = 0x14,
620
- <b>kb4</b> = 0x15,
621
- <b>kb5</b> = 0x17,
622
750
  <br>
623
- &nbsp;&nbsp;<b>kb6</b> = 0x16,
751
+ &nbsp;&nbsp;<b>kb4</b> = 0x15,
752
+ <b>kb5</b> = 0x17,
753
+ <b>kb6</b> = 0x16,
624
754
  <b>kb7</b> = 0x1a,
625
- <b>kb8</b> = 0x1c,
626
- <b>kb9</b> = 0x19,
627
755
  <br>
628
- &nbsp;&nbsp;<b>kbTab</b> = 0x30,
756
+ &nbsp;&nbsp;<b>kb8</b> = 0x1c,
757
+ <b>kb9</b> = 0x19,
758
+ <b>kbTab</b> = 0x30,
629
759
  <b>kbReturn</b> = 0x24,
630
- <b>kbSpace</b> = 0x31,
631
- <b>kbLeftShift</b> = 0x38,
632
760
  <br>
633
- &nbsp;&nbsp;<b>kbRightShift</b> = 0x3c,
761
+ &nbsp;&nbsp;<b>kbSpace</b> = 0x31,
762
+ <b>kbLeftShift</b> = 0x38,
763
+ <b>kbRightShift</b> = 0x3c,
634
764
  <b>kbLeftControl</b> = 0x3b,
635
- <b>kbRightControl</b> = 0x3e,
636
- <b>kbLeftAlt</b> = 0x3a,
637
765
  <br>
638
- &nbsp;&nbsp;<b>kbRightAlt</b> = 0x3d,
766
+ &nbsp;&nbsp;<b>kbRightControl</b> = 0x3e,
767
+ <b>kbLeftAlt</b> = 0x3a,
768
+ <b>kbRightAlt</b> = 0x3d,
639
769
  <b>kbLeftMeta</b> = 0x37,
640
- <b>kbRightMeta</b> = 0x36,
641
- <b>kbBackspace</b> = 0x33,
642
770
  <br>
643
- &nbsp;&nbsp;<b>kbLeft</b> = 0x7b,
771
+ &nbsp;&nbsp;<b>kbRightMeta</b> = 0x36,
772
+ <b>kbBackspace</b> = 0x33,
773
+ <b>kbLeft</b> = 0x7b,
644
774
  <b>kbRight</b> = 0x7c,
645
- <b>kbUp</b> = 0x7e,
646
- <b>kbDown</b> = 0x7d,
647
775
  <br>
648
- &nbsp;&nbsp;<b>kbHome</b> = 0x73,
776
+ &nbsp;&nbsp;<b>kbUp</b> = 0x7e,
777
+ <b>kbDown</b> = 0x7d,
778
+ <b>kbHome</b> = 0x73,
649
779
  <b>kbEnd</b> = 0x77,
650
- <b>kbInsert</b> = 0x72,
651
- <b>kbDelete</b> = 0x75,
652
780
  <br>
653
- &nbsp;&nbsp;<b>kbPageUp</b> = 0x74,
781
+ &nbsp;&nbsp;<b>kbInsert</b> = 0x72,
782
+ <b>kbDelete</b> = 0x75,
783
+ <b>kbPageUp</b> = 0x74,
654
784
  <b>kbPageDown</b> = 0x79,
655
- <b>kbEnter</b> = 0x4c,
785
+ <br>
786
+ &nbsp;&nbsp;<b>kbEnter</b> = 0x4c,
787
+ <b>kbA</b> = 0x00,
788
+ <b>kbB</b> = 0x0b,
789
+ <b>kbC</b> = 0x08,
790
+ <br>
791
+ &nbsp;&nbsp;<b>kbD</b> = 0x02,
792
+ <b>kbE</b> = 0x0e,
793
+ <b>kbF</b> = 0x03,
794
+ <b>kbG</b> = 0x05,
795
+ <br>
796
+ &nbsp;&nbsp;<b>kbH</b> = 0x04,
797
+ <b>kbI</b> = 0x22,
798
+ <b>kbJ</b> = 0x26,
799
+ <b>kbK</b> = 0x28,
800
+ <br>
801
+ &nbsp;&nbsp;<b>kbL</b> = 0x25,
802
+ <b>kbM</b> = 0x2e,
803
+ <b>kbN</b> = 0x2d,
804
+ <b>kbO</b> = 0x1f,
805
+ <br>
806
+ &nbsp;&nbsp;<b>kbP</b> = 0x23,
807
+ <b>kbQ</b> = 0x0c,
808
+ <b>kbR</b> = 0x0f,
809
+ <b>kbS</b> = 0x01,
810
+ <br>
811
+ &nbsp;&nbsp;<b>kbT</b> = 0x11,
812
+ <b>kbU</b> = 0x20,
813
+ <b>kbV</b> = 0x09,
814
+ <b>kbW</b> = 0x0d,
815
+ <br>
816
+ &nbsp;&nbsp;<b>kbX</b> = 0x07,
817
+ <b>kbY</b> = 0x10,
818
+ <b>kbZ</b> = 0x06,
656
819
  <b>kbNumpad0</b> = 0x52,
657
820
  <br>
658
821
  &nbsp;&nbsp;<b>kbNumpad1</b> = 0x53,
@@ -716,123 +879,156 @@ typedef boost::uint16_t&nbsp;</td><td class="memItemRight" valign="bottom"><b>So
716
879
  <b>noButton</b> = 0xffffffff,
717
880
  <br>
718
881
  &nbsp;&nbsp;<b>kbRangeBegin</b> = 0x01,
882
+ <b>kbA</b> = 0x00,
883
+ <b>kbB</b> = 0x0b,
884
+ <b>kbC</b> = 0x08,
885
+ <br>
886
+ &nbsp;&nbsp;<b>kbD</b> = 0x02,
887
+ <b>kbE</b> = 0x0e,
888
+ <b>kbF</b> = 0x03,
889
+ <b>kbG</b> = 0x05,
890
+ <br>
891
+ &nbsp;&nbsp;<b>kbH</b> = 0x04,
892
+ <b>kbI</b> = 0x22,
893
+ <b>kbJ</b> = 0x26,
894
+ <b>kbK</b> = 0x28,
895
+ <br>
896
+ &nbsp;&nbsp;<b>kbL</b> = 0x25,
897
+ <b>kbM</b> = 0x2e,
898
+ <b>kbN</b> = 0x2d,
899
+ <b>kbO</b> = 0x1f,
900
+ <br>
901
+ &nbsp;&nbsp;<b>kbP</b> = 0x23,
902
+ <b>kbQ</b> = 0x0c,
903
+ <b>kbR</b> = 0x0f,
904
+ <b>kbS</b> = 0x01,
905
+ <br>
906
+ &nbsp;&nbsp;<b>kbT</b> = 0x11,
907
+ <b>kbU</b> = 0x20,
908
+ <b>kbV</b> = 0x09,
909
+ <b>kbW</b> = 0x0d,
910
+ <br>
911
+ &nbsp;&nbsp;<b>kbX</b> = 0x07,
912
+ <b>kbY</b> = 0x10,
913
+ <b>kbZ</b> = 0x06,
719
914
  <b>kbEscape</b> = 0x35,
720
- <b>kbF1</b> = 0x7a,
721
- <b>kbF2</b> = 0x78,
722
915
  <br>
723
- &nbsp;&nbsp;<b>kbF3</b> = 0x63,
916
+ &nbsp;&nbsp;<b>kbF1</b> = 0x7a,
917
+ <b>kbF2</b> = 0x78,
918
+ <b>kbF3</b> = 0x63,
724
919
  <b>kbF4</b> = 0x76,
725
- <b>kbF5</b> = 0x60,
726
- <b>kbF6</b> = 0x61,
727
920
  <br>
728
- &nbsp;&nbsp;<b>kbF7</b> = 0x62,
921
+ &nbsp;&nbsp;<b>kbF5</b> = 0x60,
922
+ <b>kbF6</b> = 0x61,
923
+ <b>kbF7</b> = 0x62,
729
924
  <b>kbF8</b> = 0x64,
730
- <b>kbF9</b> = 0x65,
731
- <b>kbF10</b> = 0x6d,
732
925
  <br>
733
- &nbsp;&nbsp;<b>kbF11</b> = 0x67,
926
+ &nbsp;&nbsp;<b>kbF9</b> = 0x65,
927
+ <b>kbF10</b> = 0x6d,
928
+ <b>kbF11</b> = 0x67,
734
929
  <b>kbF12</b> = 0x6f,
735
- <b>kb1</b> = 0x12,
736
- <b>kb2</b> = 0x13,
737
930
  <br>
738
- &nbsp;&nbsp;<b>kb3</b> = 0x14,
931
+ &nbsp;&nbsp;<b>kb1</b> = 0x12,
932
+ <b>kb2</b> = 0x13,
933
+ <b>kb3</b> = 0x14,
739
934
  <b>kb4</b> = 0x15,
740
- <b>kb5</b> = 0x17,
741
- <b>kb6</b> = 0x16,
742
935
  <br>
743
- &nbsp;&nbsp;<b>kb7</b> = 0x1a,
936
+ &nbsp;&nbsp;<b>kb5</b> = 0x17,
937
+ <b>kb6</b> = 0x16,
938
+ <b>kb7</b> = 0x1a,
744
939
  <b>kb8</b> = 0x1c,
745
- <b>kb9</b> = 0x19,
746
- <b>kb0</b> = 0x1d,
747
940
  <br>
748
- &nbsp;&nbsp;<b>kbTab</b> = 0x30,
941
+ &nbsp;&nbsp;<b>kb9</b> = 0x19,
942
+ <b>kb0</b> = 0x1d,
943
+ <b>kbTab</b> = 0x30,
749
944
  <b>kbReturn</b> = 0x24,
750
- <b>kbSpace</b> = 0x31,
751
- <b>kbLeftShift</b> = 0x38,
752
945
  <br>
753
- &nbsp;&nbsp;<b>kbRightShift</b> = 0x3c,
946
+ &nbsp;&nbsp;<b>kbSpace</b> = 0x31,
947
+ <b>kbLeftShift</b> = 0x38,
948
+ <b>kbRightShift</b> = 0x3c,
754
949
  <b>kbLeftControl</b> = 0x3b,
755
- <b>kbRightControl</b> = 0x3e,
756
- <b>kbLeftAlt</b> = 0x3a,
757
950
  <br>
758
- &nbsp;&nbsp;<b>kbRightAlt</b> = 0x3d,
951
+ &nbsp;&nbsp;<b>kbRightControl</b> = 0x3e,
952
+ <b>kbLeftAlt</b> = 0x3a,
953
+ <b>kbRightAlt</b> = 0x3d,
759
954
  <b>kbLeftMeta</b> = 0x37,
760
- <b>kbRightMeta</b> = 0x36,
761
- <b>kbBackspace</b> = 0x33,
762
955
  <br>
763
- &nbsp;&nbsp;<b>kbLeft</b> = 0x7b,
956
+ &nbsp;&nbsp;<b>kbRightMeta</b> = 0x36,
957
+ <b>kbBackspace</b> = 0x33,
958
+ <b>kbLeft</b> = 0x7b,
764
959
  <b>kbRight</b> = 0x7c,
765
- <b>kbUp</b> = 0x7e,
766
- <b>kbDown</b> = 0x7d,
767
960
  <br>
768
- &nbsp;&nbsp;<b>kbHome</b> = 0x73,
961
+ &nbsp;&nbsp;<b>kbUp</b> = 0x7e,
962
+ <b>kbDown</b> = 0x7d,
963
+ <b>kbHome</b> = 0x73,
769
964
  <b>kbEnd</b> = 0x77,
770
- <b>kbInsert</b> = 0x72,
771
- <b>kbDelete</b> = 0x75,
772
965
  <br>
773
- &nbsp;&nbsp;<b>kbPageUp</b> = 0x74,
966
+ &nbsp;&nbsp;<b>kbInsert</b> = 0x72,
967
+ <b>kbDelete</b> = 0x75,
968
+ <b>kbPageUp</b> = 0x74,
774
969
  <b>kbPageDown</b> = 0x79,
775
- <b>kbEnter</b> = 0x4c,
776
- <b>kbNumpad1</b> = 0x53,
777
970
  <br>
778
- &nbsp;&nbsp;<b>kbNumpad2</b> = 0x54,
971
+ &nbsp;&nbsp;<b>kbEnter</b> = 0x4c,
972
+ <b>kbNumpad1</b> = 0x53,
973
+ <b>kbNumpad2</b> = 0x54,
779
974
  <b>kbNumpad3</b> = 0x55,
780
- <b>kbNumpad4</b> = 0x56,
781
- <b>kbNumpad5</b> = 0x57,
782
975
  <br>
783
- &nbsp;&nbsp;<b>kbNumpad6</b> = 0x58,
976
+ &nbsp;&nbsp;<b>kbNumpad4</b> = 0x56,
977
+ <b>kbNumpad5</b> = 0x57,
978
+ <b>kbNumpad6</b> = 0x58,
784
979
  <b>kbNumpad7</b> = 0x59,
785
- <b>kbNumpad8</b> = 0x5b,
786
- <b>kbNumpad9</b> = 0x5c,
787
980
  <br>
788
- &nbsp;&nbsp;<b>kbNumpad0</b> = 0x52,
981
+ &nbsp;&nbsp;<b>kbNumpad8</b> = 0x5b,
982
+ <b>kbNumpad9</b> = 0x5c,
983
+ <b>kbNumpad0</b> = 0x52,
789
984
  <b>kbNumpadAdd</b> = 0x45,
790
- <b>kbNumpadSubtract</b> = 0x4e,
791
- <b>kbNumpadMultiply</b> = 0x43,
792
985
  <br>
793
- &nbsp;&nbsp;<b>kbNumpadDivide</b> = 0x4b,
986
+ &nbsp;&nbsp;<b>kbNumpadSubtract</b> = 0x4e,
987
+ <b>kbNumpadMultiply</b> = 0x43,
988
+ <b>kbNumpadDivide</b> = 0x4b,
794
989
  <b>kbRangeEnd</b> = 0xffff,
795
- <b>msRangeBegin</b>,
796
- <b>msLeft</b> = msRangeBegin,
797
990
  <br>
798
- &nbsp;&nbsp;<b>msRight</b>,
991
+ &nbsp;&nbsp;<b>msRangeBegin</b>,
992
+ <b>msLeft</b> = msRangeBegin,
993
+ <b>msRight</b>,
799
994
  <b>msMiddle</b>,
800
- <b>msWheelUp</b>,
801
- <b>msWheelDown</b>,
802
995
  <br>
803
- &nbsp;&nbsp;<b>msRangeEnd</b>,
996
+ &nbsp;&nbsp;<b>msWheelUp</b>,
997
+ <b>msWheelDown</b>,
998
+ <b>msRangeEnd</b>,
804
999
  <b>gpRangeBegin</b>,
805
- <b>gpLeft</b> = gpRangeBegin,
806
- <b>gpRight</b>,
807
1000
  <br>
808
- &nbsp;&nbsp;<b>gpUp</b>,
1001
+ &nbsp;&nbsp;<b>gpLeft</b> = gpRangeBegin,
1002
+ <b>gpRight</b>,
1003
+ <b>gpUp</b>,
809
1004
  <b>gpDown</b>,
810
- <b>gpButton0</b>,
811
- <b>gpButton1</b>,
812
1005
  <br>
813
- &nbsp;&nbsp;<b>gpButton2</b>,
1006
+ &nbsp;&nbsp;<b>gpButton0</b>,
1007
+ <b>gpButton1</b>,
1008
+ <b>gpButton2</b>,
814
1009
  <b>gpButton3</b>,
815
- <b>gpButton4</b>,
816
- <b>gpButton5</b>,
817
1010
  <br>
818
- &nbsp;&nbsp;<b>gpButton6</b>,
1011
+ &nbsp;&nbsp;<b>gpButton4</b>,
1012
+ <b>gpButton5</b>,
1013
+ <b>gpButton6</b>,
819
1014
  <b>gpButton7</b>,
820
- <b>gpButton8</b>,
821
- <b>gpButton9</b>,
822
1015
  <br>
823
- &nbsp;&nbsp;<b>gpButton10</b>,
1016
+ &nbsp;&nbsp;<b>gpButton8</b>,
1017
+ <b>gpButton9</b>,
1018
+ <b>gpButton10</b>,
824
1019
  <b>gpButton11</b>,
825
- <b>gpButton12</b>,
826
- <b>gpButton13</b>,
827
1020
  <br>
828
- &nbsp;&nbsp;<b>gpButton14</b>,
1021
+ &nbsp;&nbsp;<b>gpButton12</b>,
1022
+ <b>gpButton13</b>,
1023
+ <b>gpButton14</b>,
829
1024
  <b>gpButton15</b>,
830
- <b>gpRangeEnd</b> = gpButton15,
831
- <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
832
1025
  <br>
833
- &nbsp;&nbsp;<b>msNum</b> = msRangeEnd - msRangeBegin + 1,
1026
+ &nbsp;&nbsp;<b>gpRangeEnd</b> = gpButton15,
1027
+ <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
1028
+ <b>msNum</b> = msRangeEnd - msRangeBegin + 1,
834
1029
  <b>gpNum</b> = gpRangeEnd - gpRangeBegin + 1,
835
- <b>numButtons</b> = gpRangeEnd + 1,
1030
+ <br>
1031
+ &nbsp;&nbsp;<b>numButtons</b> = gpRangeEnd + 1,
836
1032
  <b>noButton</b> = 0xffffffff
837
1033
  <br>
838
1034
  }</td></tr>
@@ -868,154 +1064,219 @@ typedef boost::uint16_t&nbsp;</td><td class="memItemRight" valign="bottom"><b>So
868
1064
  <b>kb9</b> = 0x19,
869
1065
  <b>kb0</b> = 0x1d,
870
1066
  <br>
871
- &nbsp;&nbsp;<b>kbTab</b> = 0x30,
1067
+ &nbsp;&nbsp;<b>kbA</b> = 0x00,
1068
+ <b>kbB</b> = 0x0b,
1069
+ <b>kbC</b> = 0x08,
1070
+ <b>kbD</b> = 0x02,
1071
+ <br>
1072
+ &nbsp;&nbsp;<b>kbE</b> = 0x0e,
1073
+ <b>kbF</b> = 0x03,
1074
+ <b>kbG</b> = 0x05,
1075
+ <b>kbH</b> = 0x04,
1076
+ <br>
1077
+ &nbsp;&nbsp;<b>kbI</b> = 0x22,
1078
+ <b>kbJ</b> = 0x26,
1079
+ <b>kbK</b> = 0x28,
1080
+ <b>kbL</b> = 0x25,
1081
+ <br>
1082
+ &nbsp;&nbsp;<b>kbM</b> = 0x2e,
1083
+ <b>kbN</b> = 0x2d,
1084
+ <b>kbO</b> = 0x1f,
1085
+ <b>kbP</b> = 0x23,
1086
+ <br>
1087
+ &nbsp;&nbsp;<b>kbQ</b> = 0x0c,
1088
+ <b>kbR</b> = 0x0f,
1089
+ <b>kbS</b> = 0x01,
1090
+ <b>kbT</b> = 0x11,
1091
+ <br>
1092
+ &nbsp;&nbsp;<b>kbU</b> = 0x20,
1093
+ <b>kbV</b> = 0x09,
1094
+ <b>kbW</b> = 0x0d,
1095
+ <b>kbX</b> = 0x07,
1096
+ <br>
1097
+ &nbsp;&nbsp;<b>kbY</b> = 0x10,
1098
+ <b>kbZ</b> = 0x06,
1099
+ <b>kbTab</b> = 0x30,
872
1100
  <b>kbReturn</b> = 0x24,
873
- <b>kbSpace</b> = 0x31,
874
- <b>kbLeftShift</b> = 0x38,
875
1101
  <br>
876
- &nbsp;&nbsp;<b>kbRightShift</b> = 0x3c,
1102
+ &nbsp;&nbsp;<b>kbSpace</b> = 0x31,
1103
+ <b>kbLeftShift</b> = 0x38,
1104
+ <b>kbRightShift</b> = 0x3c,
877
1105
  <b>kbLeftControl</b> = 0x3b,
878
- <b>kbRightControl</b> = 0x3e,
879
- <b>kbLeftAlt</b> = 0x3a,
880
1106
  <br>
881
- &nbsp;&nbsp;<b>kbRightAlt</b> = 0x3d,
1107
+ &nbsp;&nbsp;<b>kbRightControl</b> = 0x3e,
1108
+ <b>kbLeftAlt</b> = 0x3a,
1109
+ <b>kbRightAlt</b> = 0x3d,
882
1110
  <b>kbLeftMeta</b> = 0x37,
883
- <b>kbRightMeta</b> = 0x36,
884
- <b>kbBackspace</b> = 0x33,
885
1111
  <br>
886
- &nbsp;&nbsp;<b>kbLeft</b> = 0x7b,
1112
+ &nbsp;&nbsp;<b>kbRightMeta</b> = 0x36,
1113
+ <b>kbBackspace</b> = 0x33,
1114
+ <b>kbLeft</b> = 0x7b,
887
1115
  <b>kbRight</b> = 0x7c,
888
- <b>kbUp</b> = 0x7e,
889
- <b>kbDown</b> = 0x7d,
890
1116
  <br>
891
- &nbsp;&nbsp;<b>kbHome</b> = 0x73,
1117
+ &nbsp;&nbsp;<b>kbUp</b> = 0x7e,
1118
+ <b>kbDown</b> = 0x7d,
1119
+ <b>kbHome</b> = 0x73,
892
1120
  <b>kbEnd</b> = 0x77,
893
- <b>kbInsert</b> = 0x72,
894
- <b>kbDelete</b> = 0x75,
895
1121
  <br>
896
- &nbsp;&nbsp;<b>kbPageUp</b> = 0x74,
1122
+ &nbsp;&nbsp;<b>kbInsert</b> = 0x72,
1123
+ <b>kbDelete</b> = 0x75,
1124
+ <b>kbPageUp</b> = 0x74,
897
1125
  <b>kbPageDown</b> = 0x79,
898
- <b>kbEnter</b> = 0x4c,
899
- <b>kbNumpad1</b> = 0x53,
900
1126
  <br>
901
- &nbsp;&nbsp;<b>kbNumpad2</b> = 0x54,
1127
+ &nbsp;&nbsp;<b>kbEnter</b> = 0x4c,
1128
+ <b>kbNumpad1</b> = 0x53,
1129
+ <b>kbNumpad2</b> = 0x54,
902
1130
  <b>kbNumpad3</b> = 0x55,
903
- <b>kbNumpad4</b> = 0x56,
904
- <b>kbNumpad5</b> = 0x57,
905
1131
  <br>
906
- &nbsp;&nbsp;<b>kbNumpad6</b> = 0x58,
1132
+ &nbsp;&nbsp;<b>kbNumpad4</b> = 0x56,
1133
+ <b>kbNumpad5</b> = 0x57,
1134
+ <b>kbNumpad6</b> = 0x58,
907
1135
  <b>kbNumpad7</b> = 0x59,
908
- <b>kbNumpad8</b> = 0x5b,
909
- <b>kbNumpad9</b> = 0x5c,
910
1136
  <br>
911
- &nbsp;&nbsp;<b>kbNumpad0</b> = 0x52,
1137
+ &nbsp;&nbsp;<b>kbNumpad8</b> = 0x5b,
1138
+ <b>kbNumpad9</b> = 0x5c,
1139
+ <b>kbNumpad0</b> = 0x52,
912
1140
  <b>kbNumpadAdd</b> = 0x45,
913
- <b>kbNumpadSubtract</b> = 0x4e,
914
- <b>kbNumpadMultiply</b> = 0x43,
915
1141
  <br>
916
- &nbsp;&nbsp;<b>kbNumpadDivide</b> = 0x4b,
1142
+ &nbsp;&nbsp;<b>kbNumpadSubtract</b> = 0x4e,
1143
+ <b>kbNumpadMultiply</b> = 0x43,
1144
+ <b>kbNumpadDivide</b> = 0x4b,
917
1145
  <b>kbRangeEnd</b> = 0xffff,
918
- <b>msRangeBegin</b>,
919
- <b>msLeft</b> = msRangeBegin,
920
1146
  <br>
921
- &nbsp;&nbsp;<b>msRight</b>,
1147
+ &nbsp;&nbsp;<b>msRangeBegin</b>,
1148
+ <b>msLeft</b> = msRangeBegin,
1149
+ <b>msRight</b>,
922
1150
  <b>msMiddle</b>,
923
- <b>msWheelUp</b>,
924
- <b>msWheelDown</b>,
925
1151
  <br>
926
- &nbsp;&nbsp;<b>msRangeEnd</b>,
1152
+ &nbsp;&nbsp;<b>msWheelUp</b>,
1153
+ <b>msWheelDown</b>,
1154
+ <b>msRangeEnd</b>,
927
1155
  <b>gpRangeBegin</b>,
928
- <b>gpLeft</b> = gpRangeBegin,
929
- <b>gpRight</b>,
930
1156
  <br>
931
- &nbsp;&nbsp;<b>gpUp</b>,
1157
+ &nbsp;&nbsp;<b>gpLeft</b> = gpRangeBegin,
1158
+ <b>gpRight</b>,
1159
+ <b>gpUp</b>,
932
1160
  <b>gpDown</b>,
933
- <b>gpButton0</b>,
934
- <b>gpButton1</b>,
935
1161
  <br>
936
- &nbsp;&nbsp;<b>gpButton2</b>,
1162
+ &nbsp;&nbsp;<b>gpButton0</b>,
1163
+ <b>gpButton1</b>,
1164
+ <b>gpButton2</b>,
937
1165
  <b>gpButton3</b>,
938
- <b>gpButton4</b>,
939
- <b>gpButton5</b>,
940
1166
  <br>
941
- &nbsp;&nbsp;<b>gpButton6</b>,
1167
+ &nbsp;&nbsp;<b>gpButton4</b>,
1168
+ <b>gpButton5</b>,
1169
+ <b>gpButton6</b>,
942
1170
  <b>gpButton7</b>,
943
- <b>gpButton8</b>,
944
- <b>gpButton9</b>,
945
1171
  <br>
946
- &nbsp;&nbsp;<b>gpButton10</b>,
1172
+ &nbsp;&nbsp;<b>gpButton8</b>,
1173
+ <b>gpButton9</b>,
1174
+ <b>gpButton10</b>,
947
1175
  <b>gpButton11</b>,
948
- <b>gpButton12</b>,
949
- <b>gpButton13</b>,
950
1176
  <br>
951
- &nbsp;&nbsp;<b>gpButton14</b>,
1177
+ &nbsp;&nbsp;<b>gpButton12</b>,
1178
+ <b>gpButton13</b>,
1179
+ <b>gpButton14</b>,
952
1180
  <b>gpButton15</b>,
953
- <b>gpRangeEnd</b> = gpButton15,
954
- <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
955
1181
  <br>
956
- &nbsp;&nbsp;<b>msNum</b> = msRangeEnd - msRangeBegin + 1,
1182
+ &nbsp;&nbsp;<b>gpRangeEnd</b> = gpButton15,
1183
+ <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
1184
+ <b>msNum</b> = msRangeEnd - msRangeBegin + 1,
957
1185
  <b>gpNum</b> = gpRangeEnd - gpRangeBegin + 1,
958
- <b>numButtons</b> = gpRangeEnd + 1,
959
- <b>noButton</b> = 0xffffffff,
960
1186
  <br>
961
- &nbsp;&nbsp;<b>kbRangeBegin</b> = 0x01,
1187
+ &nbsp;&nbsp;<b>numButtons</b> = gpRangeEnd + 1,
1188
+ <b>noButton</b> = 0xffffffff,
1189
+ <b>kbRangeBegin</b> = 0x01,
962
1190
  <b>kbEscape</b> = 0x35,
963
- <b>kbF1</b> = 0x7a,
964
- <b>kbF2</b> = 0x78,
965
1191
  <br>
966
- &nbsp;&nbsp;<b>kbF3</b> = 0x63,
1192
+ &nbsp;&nbsp;<b>kbF1</b> = 0x7a,
1193
+ <b>kbF2</b> = 0x78,
1194
+ <b>kbF3</b> = 0x63,
967
1195
  <b>kbF4</b> = 0x76,
968
- <b>kbF5</b> = 0x60,
969
- <b>kbF6</b> = 0x61,
970
1196
  <br>
971
- &nbsp;&nbsp;<b>kbF7</b> = 0x62,
1197
+ &nbsp;&nbsp;<b>kbF5</b> = 0x60,
1198
+ <b>kbF6</b> = 0x61,
1199
+ <b>kbF7</b> = 0x62,
972
1200
  <b>kbF8</b> = 0x64,
973
- <b>kbF9</b> = 0x65,
974
- <b>kbF10</b> = 0x6d,
975
1201
  <br>
976
- &nbsp;&nbsp;<b>kbF11</b> = 0x67,
1202
+ &nbsp;&nbsp;<b>kbF9</b> = 0x65,
1203
+ <b>kbF10</b> = 0x6d,
1204
+ <b>kbF11</b> = 0x67,
977
1205
  <b>kbF12</b> = 0x6f,
978
- <b>kb0</b> = 0x1d,
979
- <b>kb1</b> = 0x12,
980
1206
  <br>
981
- &nbsp;&nbsp;<b>kb2</b> = 0x13,
1207
+ &nbsp;&nbsp;<b>kb0</b> = 0x1d,
1208
+ <b>kb1</b> = 0x12,
1209
+ <b>kb2</b> = 0x13,
982
1210
  <b>kb3</b> = 0x14,
983
- <b>kb4</b> = 0x15,
984
- <b>kb5</b> = 0x17,
985
1211
  <br>
986
- &nbsp;&nbsp;<b>kb6</b> = 0x16,
1212
+ &nbsp;&nbsp;<b>kb4</b> = 0x15,
1213
+ <b>kb5</b> = 0x17,
1214
+ <b>kb6</b> = 0x16,
987
1215
  <b>kb7</b> = 0x1a,
988
- <b>kb8</b> = 0x1c,
989
- <b>kb9</b> = 0x19,
990
1216
  <br>
991
- &nbsp;&nbsp;<b>kbTab</b> = 0x30,
1217
+ &nbsp;&nbsp;<b>kb8</b> = 0x1c,
1218
+ <b>kb9</b> = 0x19,
1219
+ <b>kbTab</b> = 0x30,
992
1220
  <b>kbReturn</b> = 0x24,
993
- <b>kbSpace</b> = 0x31,
994
- <b>kbLeftShift</b> = 0x38,
995
1221
  <br>
996
- &nbsp;&nbsp;<b>kbRightShift</b> = 0x3c,
1222
+ &nbsp;&nbsp;<b>kbSpace</b> = 0x31,
1223
+ <b>kbLeftShift</b> = 0x38,
1224
+ <b>kbRightShift</b> = 0x3c,
997
1225
  <b>kbLeftControl</b> = 0x3b,
998
- <b>kbRightControl</b> = 0x3e,
999
- <b>kbLeftAlt</b> = 0x3a,
1000
1226
  <br>
1001
- &nbsp;&nbsp;<b>kbRightAlt</b> = 0x3d,
1227
+ &nbsp;&nbsp;<b>kbRightControl</b> = 0x3e,
1228
+ <b>kbLeftAlt</b> = 0x3a,
1229
+ <b>kbRightAlt</b> = 0x3d,
1002
1230
  <b>kbLeftMeta</b> = 0x37,
1003
- <b>kbRightMeta</b> = 0x36,
1004
- <b>kbBackspace</b> = 0x33,
1005
1231
  <br>
1006
- &nbsp;&nbsp;<b>kbLeft</b> = 0x7b,
1232
+ &nbsp;&nbsp;<b>kbRightMeta</b> = 0x36,
1233
+ <b>kbBackspace</b> = 0x33,
1234
+ <b>kbLeft</b> = 0x7b,
1007
1235
  <b>kbRight</b> = 0x7c,
1008
- <b>kbUp</b> = 0x7e,
1009
- <b>kbDown</b> = 0x7d,
1010
1236
  <br>
1011
- &nbsp;&nbsp;<b>kbHome</b> = 0x73,
1237
+ &nbsp;&nbsp;<b>kbUp</b> = 0x7e,
1238
+ <b>kbDown</b> = 0x7d,
1239
+ <b>kbHome</b> = 0x73,
1012
1240
  <b>kbEnd</b> = 0x77,
1013
- <b>kbInsert</b> = 0x72,
1014
- <b>kbDelete</b> = 0x75,
1015
1241
  <br>
1016
- &nbsp;&nbsp;<b>kbPageUp</b> = 0x74,
1242
+ &nbsp;&nbsp;<b>kbInsert</b> = 0x72,
1243
+ <b>kbDelete</b> = 0x75,
1244
+ <b>kbPageUp</b> = 0x74,
1017
1245
  <b>kbPageDown</b> = 0x79,
1018
- <b>kbEnter</b> = 0x4c,
1246
+ <br>
1247
+ &nbsp;&nbsp;<b>kbEnter</b> = 0x4c,
1248
+ <b>kbA</b> = 0x00,
1249
+ <b>kbB</b> = 0x0b,
1250
+ <b>kbC</b> = 0x08,
1251
+ <br>
1252
+ &nbsp;&nbsp;<b>kbD</b> = 0x02,
1253
+ <b>kbE</b> = 0x0e,
1254
+ <b>kbF</b> = 0x03,
1255
+ <b>kbG</b> = 0x05,
1256
+ <br>
1257
+ &nbsp;&nbsp;<b>kbH</b> = 0x04,
1258
+ <b>kbI</b> = 0x22,
1259
+ <b>kbJ</b> = 0x26,
1260
+ <b>kbK</b> = 0x28,
1261
+ <br>
1262
+ &nbsp;&nbsp;<b>kbL</b> = 0x25,
1263
+ <b>kbM</b> = 0x2e,
1264
+ <b>kbN</b> = 0x2d,
1265
+ <b>kbO</b> = 0x1f,
1266
+ <br>
1267
+ &nbsp;&nbsp;<b>kbP</b> = 0x23,
1268
+ <b>kbQ</b> = 0x0c,
1269
+ <b>kbR</b> = 0x0f,
1270
+ <b>kbS</b> = 0x01,
1271
+ <br>
1272
+ &nbsp;&nbsp;<b>kbT</b> = 0x11,
1273
+ <b>kbU</b> = 0x20,
1274
+ <b>kbV</b> = 0x09,
1275
+ <b>kbW</b> = 0x0d,
1276
+ <br>
1277
+ &nbsp;&nbsp;<b>kbX</b> = 0x07,
1278
+ <b>kbY</b> = 0x10,
1279
+ <b>kbZ</b> = 0x06,
1019
1280
  <b>kbNumpad0</b> = 0x52,
1020
1281
  <br>
1021
1282
  &nbsp;&nbsp;<b>kbNumpad1</b> = 0x53,
@@ -1079,123 +1340,156 @@ typedef boost::uint16_t&nbsp;</td><td class="memItemRight" valign="bottom"><b>So
1079
1340
  <b>noButton</b> = 0xffffffff,
1080
1341
  <br>
1081
1342
  &nbsp;&nbsp;<b>kbRangeBegin</b> = 0x01,
1343
+ <b>kbA</b> = 0x00,
1344
+ <b>kbB</b> = 0x0b,
1345
+ <b>kbC</b> = 0x08,
1346
+ <br>
1347
+ &nbsp;&nbsp;<b>kbD</b> = 0x02,
1348
+ <b>kbE</b> = 0x0e,
1349
+ <b>kbF</b> = 0x03,
1350
+ <b>kbG</b> = 0x05,
1351
+ <br>
1352
+ &nbsp;&nbsp;<b>kbH</b> = 0x04,
1353
+ <b>kbI</b> = 0x22,
1354
+ <b>kbJ</b> = 0x26,
1355
+ <b>kbK</b> = 0x28,
1356
+ <br>
1357
+ &nbsp;&nbsp;<b>kbL</b> = 0x25,
1358
+ <b>kbM</b> = 0x2e,
1359
+ <b>kbN</b> = 0x2d,
1360
+ <b>kbO</b> = 0x1f,
1361
+ <br>
1362
+ &nbsp;&nbsp;<b>kbP</b> = 0x23,
1363
+ <b>kbQ</b> = 0x0c,
1364
+ <b>kbR</b> = 0x0f,
1365
+ <b>kbS</b> = 0x01,
1366
+ <br>
1367
+ &nbsp;&nbsp;<b>kbT</b> = 0x11,
1368
+ <b>kbU</b> = 0x20,
1369
+ <b>kbV</b> = 0x09,
1370
+ <b>kbW</b> = 0x0d,
1371
+ <br>
1372
+ &nbsp;&nbsp;<b>kbX</b> = 0x07,
1373
+ <b>kbY</b> = 0x10,
1374
+ <b>kbZ</b> = 0x06,
1082
1375
  <b>kbEscape</b> = 0x35,
1083
- <b>kbF1</b> = 0x7a,
1084
- <b>kbF2</b> = 0x78,
1085
1376
  <br>
1086
- &nbsp;&nbsp;<b>kbF3</b> = 0x63,
1377
+ &nbsp;&nbsp;<b>kbF1</b> = 0x7a,
1378
+ <b>kbF2</b> = 0x78,
1379
+ <b>kbF3</b> = 0x63,
1087
1380
  <b>kbF4</b> = 0x76,
1088
- <b>kbF5</b> = 0x60,
1089
- <b>kbF6</b> = 0x61,
1090
1381
  <br>
1091
- &nbsp;&nbsp;<b>kbF7</b> = 0x62,
1382
+ &nbsp;&nbsp;<b>kbF5</b> = 0x60,
1383
+ <b>kbF6</b> = 0x61,
1384
+ <b>kbF7</b> = 0x62,
1092
1385
  <b>kbF8</b> = 0x64,
1093
- <b>kbF9</b> = 0x65,
1094
- <b>kbF10</b> = 0x6d,
1095
1386
  <br>
1096
- &nbsp;&nbsp;<b>kbF11</b> = 0x67,
1387
+ &nbsp;&nbsp;<b>kbF9</b> = 0x65,
1388
+ <b>kbF10</b> = 0x6d,
1389
+ <b>kbF11</b> = 0x67,
1097
1390
  <b>kbF12</b> = 0x6f,
1098
- <b>kb1</b> = 0x12,
1099
- <b>kb2</b> = 0x13,
1100
1391
  <br>
1101
- &nbsp;&nbsp;<b>kb3</b> = 0x14,
1392
+ &nbsp;&nbsp;<b>kb1</b> = 0x12,
1393
+ <b>kb2</b> = 0x13,
1394
+ <b>kb3</b> = 0x14,
1102
1395
  <b>kb4</b> = 0x15,
1103
- <b>kb5</b> = 0x17,
1104
- <b>kb6</b> = 0x16,
1105
1396
  <br>
1106
- &nbsp;&nbsp;<b>kb7</b> = 0x1a,
1397
+ &nbsp;&nbsp;<b>kb5</b> = 0x17,
1398
+ <b>kb6</b> = 0x16,
1399
+ <b>kb7</b> = 0x1a,
1107
1400
  <b>kb8</b> = 0x1c,
1108
- <b>kb9</b> = 0x19,
1109
- <b>kb0</b> = 0x1d,
1110
1401
  <br>
1111
- &nbsp;&nbsp;<b>kbTab</b> = 0x30,
1402
+ &nbsp;&nbsp;<b>kb9</b> = 0x19,
1403
+ <b>kb0</b> = 0x1d,
1404
+ <b>kbTab</b> = 0x30,
1112
1405
  <b>kbReturn</b> = 0x24,
1113
- <b>kbSpace</b> = 0x31,
1114
- <b>kbLeftShift</b> = 0x38,
1115
1406
  <br>
1116
- &nbsp;&nbsp;<b>kbRightShift</b> = 0x3c,
1407
+ &nbsp;&nbsp;<b>kbSpace</b> = 0x31,
1408
+ <b>kbLeftShift</b> = 0x38,
1409
+ <b>kbRightShift</b> = 0x3c,
1117
1410
  <b>kbLeftControl</b> = 0x3b,
1118
- <b>kbRightControl</b> = 0x3e,
1119
- <b>kbLeftAlt</b> = 0x3a,
1120
1411
  <br>
1121
- &nbsp;&nbsp;<b>kbRightAlt</b> = 0x3d,
1412
+ &nbsp;&nbsp;<b>kbRightControl</b> = 0x3e,
1413
+ <b>kbLeftAlt</b> = 0x3a,
1414
+ <b>kbRightAlt</b> = 0x3d,
1122
1415
  <b>kbLeftMeta</b> = 0x37,
1123
- <b>kbRightMeta</b> = 0x36,
1124
- <b>kbBackspace</b> = 0x33,
1125
1416
  <br>
1126
- &nbsp;&nbsp;<b>kbLeft</b> = 0x7b,
1417
+ &nbsp;&nbsp;<b>kbRightMeta</b> = 0x36,
1418
+ <b>kbBackspace</b> = 0x33,
1419
+ <b>kbLeft</b> = 0x7b,
1127
1420
  <b>kbRight</b> = 0x7c,
1128
- <b>kbUp</b> = 0x7e,
1129
- <b>kbDown</b> = 0x7d,
1130
1421
  <br>
1131
- &nbsp;&nbsp;<b>kbHome</b> = 0x73,
1422
+ &nbsp;&nbsp;<b>kbUp</b> = 0x7e,
1423
+ <b>kbDown</b> = 0x7d,
1424
+ <b>kbHome</b> = 0x73,
1132
1425
  <b>kbEnd</b> = 0x77,
1133
- <b>kbInsert</b> = 0x72,
1134
- <b>kbDelete</b> = 0x75,
1135
1426
  <br>
1136
- &nbsp;&nbsp;<b>kbPageUp</b> = 0x74,
1427
+ &nbsp;&nbsp;<b>kbInsert</b> = 0x72,
1428
+ <b>kbDelete</b> = 0x75,
1429
+ <b>kbPageUp</b> = 0x74,
1137
1430
  <b>kbPageDown</b> = 0x79,
1138
- <b>kbEnter</b> = 0x4c,
1139
- <b>kbNumpad1</b> = 0x53,
1140
1431
  <br>
1141
- &nbsp;&nbsp;<b>kbNumpad2</b> = 0x54,
1432
+ &nbsp;&nbsp;<b>kbEnter</b> = 0x4c,
1433
+ <b>kbNumpad1</b> = 0x53,
1434
+ <b>kbNumpad2</b> = 0x54,
1142
1435
  <b>kbNumpad3</b> = 0x55,
1143
- <b>kbNumpad4</b> = 0x56,
1144
- <b>kbNumpad5</b> = 0x57,
1145
1436
  <br>
1146
- &nbsp;&nbsp;<b>kbNumpad6</b> = 0x58,
1437
+ &nbsp;&nbsp;<b>kbNumpad4</b> = 0x56,
1438
+ <b>kbNumpad5</b> = 0x57,
1439
+ <b>kbNumpad6</b> = 0x58,
1147
1440
  <b>kbNumpad7</b> = 0x59,
1148
- <b>kbNumpad8</b> = 0x5b,
1149
- <b>kbNumpad9</b> = 0x5c,
1150
1441
  <br>
1151
- &nbsp;&nbsp;<b>kbNumpad0</b> = 0x52,
1442
+ &nbsp;&nbsp;<b>kbNumpad8</b> = 0x5b,
1443
+ <b>kbNumpad9</b> = 0x5c,
1444
+ <b>kbNumpad0</b> = 0x52,
1152
1445
  <b>kbNumpadAdd</b> = 0x45,
1153
- <b>kbNumpadSubtract</b> = 0x4e,
1154
- <b>kbNumpadMultiply</b> = 0x43,
1155
1446
  <br>
1156
- &nbsp;&nbsp;<b>kbNumpadDivide</b> = 0x4b,
1447
+ &nbsp;&nbsp;<b>kbNumpadSubtract</b> = 0x4e,
1448
+ <b>kbNumpadMultiply</b> = 0x43,
1449
+ <b>kbNumpadDivide</b> = 0x4b,
1157
1450
  <b>kbRangeEnd</b> = 0xffff,
1158
- <b>msRangeBegin</b>,
1159
- <b>msLeft</b> = msRangeBegin,
1160
1451
  <br>
1161
- &nbsp;&nbsp;<b>msRight</b>,
1452
+ &nbsp;&nbsp;<b>msRangeBegin</b>,
1453
+ <b>msLeft</b> = msRangeBegin,
1454
+ <b>msRight</b>,
1162
1455
  <b>msMiddle</b>,
1163
- <b>msWheelUp</b>,
1164
- <b>msWheelDown</b>,
1165
1456
  <br>
1166
- &nbsp;&nbsp;<b>msRangeEnd</b>,
1457
+ &nbsp;&nbsp;<b>msWheelUp</b>,
1458
+ <b>msWheelDown</b>,
1459
+ <b>msRangeEnd</b>,
1167
1460
  <b>gpRangeBegin</b>,
1168
- <b>gpLeft</b> = gpRangeBegin,
1169
- <b>gpRight</b>,
1170
1461
  <br>
1171
- &nbsp;&nbsp;<b>gpUp</b>,
1462
+ &nbsp;&nbsp;<b>gpLeft</b> = gpRangeBegin,
1463
+ <b>gpRight</b>,
1464
+ <b>gpUp</b>,
1172
1465
  <b>gpDown</b>,
1173
- <b>gpButton0</b>,
1174
- <b>gpButton1</b>,
1175
1466
  <br>
1176
- &nbsp;&nbsp;<b>gpButton2</b>,
1467
+ &nbsp;&nbsp;<b>gpButton0</b>,
1468
+ <b>gpButton1</b>,
1469
+ <b>gpButton2</b>,
1177
1470
  <b>gpButton3</b>,
1178
- <b>gpButton4</b>,
1179
- <b>gpButton5</b>,
1180
1471
  <br>
1181
- &nbsp;&nbsp;<b>gpButton6</b>,
1472
+ &nbsp;&nbsp;<b>gpButton4</b>,
1473
+ <b>gpButton5</b>,
1474
+ <b>gpButton6</b>,
1182
1475
  <b>gpButton7</b>,
1183
- <b>gpButton8</b>,
1184
- <b>gpButton9</b>,
1185
1476
  <br>
1186
- &nbsp;&nbsp;<b>gpButton10</b>,
1477
+ &nbsp;&nbsp;<b>gpButton8</b>,
1478
+ <b>gpButton9</b>,
1479
+ <b>gpButton10</b>,
1187
1480
  <b>gpButton11</b>,
1188
- <b>gpButton12</b>,
1189
- <b>gpButton13</b>,
1190
1481
  <br>
1191
- &nbsp;&nbsp;<b>gpButton14</b>,
1482
+ &nbsp;&nbsp;<b>gpButton12</b>,
1483
+ <b>gpButton13</b>,
1484
+ <b>gpButton14</b>,
1192
1485
  <b>gpButton15</b>,
1193
- <b>gpRangeEnd</b> = gpButton15,
1194
- <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
1195
1486
  <br>
1196
- &nbsp;&nbsp;<b>msNum</b> = msRangeEnd - msRangeBegin + 1,
1487
+ &nbsp;&nbsp;<b>gpRangeEnd</b> = gpButton15,
1488
+ <b>kbNum</b> = kbRangeEnd - kbRangeBegin + 1,
1489
+ <b>msNum</b> = msRangeEnd - msRangeBegin + 1,
1197
1490
  <b>gpNum</b> = gpRangeEnd - gpRangeBegin + 1,
1198
- <b>numButtons</b> = gpRangeEnd + 1,
1491
+ <br>
1492
+ &nbsp;&nbsp;<b>numButtons</b> = gpRangeEnd + 1,
1199
1493
  <b>noButton</b> = 0xffffffff
1200
1494
  <br>
1201
1495
  }</td></tr>
@@ -1325,6 +1619,10 @@ bool&nbsp;</td><td class="memItemRight" valign="bottom"><b>operator!=</b> (<a cl
1325
1619
 
1326
1620
  <tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#6c855080566f7f1b1967c90805249dda">random</a> (double min, double max)</td></tr>
1327
1621
 
1622
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#2f8e80b399a0c5ba42667f22e7f2ba2f">gosuToRadians</a> (double angle)</td></tr>
1623
+
1624
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#a853d9351f1568d0a949b2b7717e1e6a">radiansToGosu</a> (double angle)</td></tr>
1625
+
1328
1626
  <tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#e61d02831aa7026e96f1e53a358609b2">offsetX</a> (double angle, double radius)</td></tr>
1329
1627
 
1330
1628
  <tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#9e0845d8b2ed385cb4e8593e7a308a08">offsetY</a> (double angle, double radius)</td></tr>
@@ -1387,21 +1685,21 @@ void&nbsp;</td><td class="memItemRight" valign="bottom"><b>applyToPoint</b> (Rot
1387
1685
 
1388
1686
  <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#ea254f5ef0d5cf99b31c4ae37dc62a73">drawText</a> (<a class="el" href="classGosu_1_1Bitmap.html">Bitmap</a> &amp;bitmap, const std::wstring &amp;text, int x, int y, <a class="el" href="classGosu_1_1Color.html">Color</a> c, const std::wstring &amp;fontName, unsigned fontHeight, unsigned fontFlags=0)</td></tr>
1389
1687
 
1688
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classGosu_1_1Bitmap.html">Bitmap</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#66acd03b42a4902bf2aa2d2c0c526ee8">createText</a> (const std::wstring &amp;text, const std::wstring &amp;fontName, unsigned fontHeight, unsigned fontFlags=0)</td></tr>
1689
+
1390
1690
  <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classGosu_1_1Bitmap.html">Bitmap</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#1d42aec491c8241f416e72ac8a39c7a4">createText</a> (const std::wstring &amp;text, const std::wstring &amp;fontName, unsigned fontHeight, unsigned lineSpacing, unsigned maxWidth, TextAlign align, unsigned fontFlags=0)</td></tr>
1391
1691
 
1392
1692
  <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#93f9b0118e9708a760148c8c5da481d2">sleep</a> (unsigned milliseconds)</td></tr>
1393
1693
 
1394
1694
  <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#37bf53016e58939d6bf2f7a261c6c4db">milliseconds</a> ()</td></tr>
1395
1695
 
1396
- <tr><td class="memItemLeft" nowrap align="right" valign="top">std::wstring&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#76d73802e9aa00f9133c3f1e099b832e">widen</a> (const std::string &amp;s)</td></tr>
1696
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">std::wstring&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#21c54ae29c5b4ebc282b87d6dec1f7de">utf8ToWstring</a> (const std::string &amp;utf8)</td></tr>
1397
1697
 
1398
- <tr><td class="memItemLeft" nowrap align="right" valign="top">std::string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#66106eac9ffd4e4047e891c20196a5a2">narrow</a> (const std::wstring &amp;ws)</td></tr>
1698
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">std::string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#b6bc6e428b84b2e2ac39133c64b4567e">wstringToUTF8</a> (const std::wstring &amp;ws)</td></tr>
1399
1699
 
1400
- <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="21c54ae29c5b4ebc282b87d6dec1f7de"></a><!-- doxytag: member="Gosu::utf8ToWstring" ref="21c54ae29c5b4ebc282b87d6dec1f7de" args="(const std::string &amp;utf8)" -->
1401
- std::wstring&nbsp;</td><td class="memItemRight" valign="bottom"><b>utf8ToWstring</b> (const std::string &amp;utf8)</td></tr>
1700
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">std::wstring&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#76d73802e9aa00f9133c3f1e099b832e">widen</a> (const std::string &amp;s)</td></tr>
1402
1701
 
1403
- <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b6bc6e428b84b2e2ac39133c64b4567e"></a><!-- doxytag: member="Gosu::wstringToUTF8" ref="b6bc6e428b84b2e2ac39133c64b4567e" args="(const std::wstring &amp;ws)" -->
1404
- std::string&nbsp;</td><td class="memItemRight" valign="bottom"><b>wstringToUTF8</b> (const std::wstring &amp;ws)</td></tr>
1702
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">std::string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#66106eac9ffd4e4047e891c20196a5a2">narrow</a> (const std::wstring &amp;ws)</td></tr>
1405
1703
 
1406
1704
  <tr><td colspan="2"><br><h2>Variables</h2></td></tr>
1407
1705
  <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ead4502f3e95077f5e128d1ff6bae819"></a><!-- doxytag: member="Gosu::nativeByteOrder" ref="ead4502f3e95077f5e128d1ff6bae819" args="" -->
@@ -1494,7 +1792,7 @@ Flags that affect the softness of a border.
1494
1792
  <div class="memdoc">
1495
1793
 
1496
1794
  <p>
1497
- Enumerates all the named button ids that can be used with <a class="el" href="classGosu_1_1Input.html" title="Manages initialization and shutdown of the input system; only one Input instance...">Gosu::Input</a>.
1795
+ Enumerates all the named button ids that can be used with <a class="el" href="classGosu_1_1Input.html" title="Manages initialization and shutdown of the input system.">Gosu::Input</a>.
1498
1796
  <p>
1499
1797
  This enumeration contains ids for non-character keyboard keys (kb*), mouse buttons and mouse wheel (ms*) and gamepad buttons (gp*).
1500
1798
  </div>
@@ -1511,7 +1809,7 @@ This enumeration contains ids for non-character keyboard keys (kb*), mouse butto
1511
1809
  <div class="memdoc">
1512
1810
 
1513
1811
  <p>
1514
- List of all the button ids that can be used with <a class="el" href="classGosu_1_1Input.html" title="Manages initialization and shutdown of the input system; only one Input instance...">Gosu::Input</a>.
1812
+ List of all the button ids that can be used with <a class="el" href="classGosu_1_1Input.html" title="Manages initialization and shutdown of the input system.">Gosu::Input</a>.
1515
1813
  <p>
1516
1814
  This enumeration contains ids for non-character keyboard keys (kb*), mouse buttons and mouse wheel (ms*) and gamepad buttons (gp*).
1517
1815
  </div>
@@ -1783,7 +2081,58 @@ The text may contain line breaks. <dl compact><dt><b>Parameters:</b></dt><dd>
1783
2081
  <tr><td valign="top"></td><td valign="top"><em>fontName</em>&nbsp;</td><td>Name of a system font, or a filename to a TTF file (must contain '/'). </td></tr>
1784
2082
  <tr><td valign="top"></td><td valign="top"><em>fontHeight</em>&nbsp;</td><td>Height of the font in pixels. </td></tr>
1785
2083
  <tr><td valign="top"></td><td valign="top"><em>lineSpacing</em>&nbsp;</td><td>Spacing between two lines of text in pixels. </td></tr>
1786
- <tr><td valign="top"></td><td valign="top"><em>maxWidth</em>&nbsp;</td><td>Maximal width of the bitmap that will be returned. Text will be split into multiple lines to avoid drawing over the right border. When a single word is too long, it will be truncated. </td></tr>
2084
+ <tr><td valign="top"></td><td valign="top"><em>maxWidth</em>&nbsp;</td><td>Width of the bitmap that will be returned. Text will be split into multiple lines to avoid drawing over the right border. When a single word is too long, it will be truncated. </td></tr>
2085
+ <tr><td valign="top"></td><td valign="top"><em>fontFlags</em>&nbsp;</td><td>Binary combination of members of the FontFlags enum. </td></tr>
2086
+ </table>
2087
+ </dl>
2088
+
2089
+ </div>
2090
+ </div><p>
2091
+ <a class="anchor" name="66acd03b42a4902bf2aa2d2c0c526ee8"></a><!-- doxytag: member="Gosu::createText" ref="66acd03b42a4902bf2aa2d2c0c526ee8" args="(const std::wstring &amp;text, const std::wstring &amp;fontName, unsigned fontHeight, unsigned fontFlags=0)" -->
2092
+ <div class="memitem">
2093
+ <div class="memproto">
2094
+ <table class="memname">
2095
+ <tr>
2096
+ <td class="memname"><a class="el" href="classGosu_1_1Bitmap.html">Bitmap</a> Gosu::createText </td>
2097
+ <td>(</td>
2098
+ <td class="paramtype">const std::wstring &amp;&nbsp;</td>
2099
+ <td class="paramname"> <em>text</em>, </td>
2100
+ </tr>
2101
+ <tr>
2102
+ <td class="paramkey"></td>
2103
+ <td></td>
2104
+ <td class="paramtype">const std::wstring &amp;&nbsp;</td>
2105
+ <td class="paramname"> <em>fontName</em>, </td>
2106
+ </tr>
2107
+ <tr>
2108
+ <td class="paramkey"></td>
2109
+ <td></td>
2110
+ <td class="paramtype">unsigned&nbsp;</td>
2111
+ <td class="paramname"> <em>fontHeight</em>, </td>
2112
+ </tr>
2113
+ <tr>
2114
+ <td class="paramkey"></td>
2115
+ <td></td>
2116
+ <td class="paramtype">unsigned&nbsp;</td>
2117
+ <td class="paramname"> <em>fontFlags</em> = <code>0</code></td><td>&nbsp;</td>
2118
+ </tr>
2119
+ <tr>
2120
+ <td></td>
2121
+ <td>)</td>
2122
+ <td></td><td></td><td width="100%"></td>
2123
+ </tr>
2124
+ </table>
2125
+ </div>
2126
+ <div class="memdoc">
2127
+
2128
+ <p>
2129
+ Creates a bitmap that is filled with a line of text given to the function.
2130
+ <p>
2131
+ The line cannot contain line breaks. <dl compact><dt><b>Parameters:</b></dt><dd>
2132
+ <table border="0" cellspacing="2" cellpadding="0">
2133
+ <tr><td valign="top"></td><td valign="top"><em>fontName</em>&nbsp;</td><td>Name of a system font, or a filename to a TTF file (must contain '/'). </td></tr>
2134
+ <tr><td valign="top"></td><td valign="top"><em>fontHeight</em>&nbsp;</td><td>Height of the font in pixels. </td></tr>
2135
+ <tr><td valign="top"></td><td valign="top"><em>fontFlags</em>&nbsp;</td><td>Binary combination of members of the FontFlags enum. </td></tr>
1787
2136
  </table>
1788
2137
  </dl>
1789
2138
 
@@ -1894,7 +2243,7 @@ Returns the distance between two points.
1894
2243
  Returns the square of the distance between two points.
1895
2244
  <p>
1896
2245
 
1897
- <p>References <a class="el" href="Math_8hpp-source.html#l00053">square()</a>.</p>
2246
+ <p>References <a class="el" href="Math_8hpp-source.html#l00064">square()</a>.</p>
1898
2247
 
1899
2248
  </div>
1900
2249
  </div><p>
@@ -1970,6 +2319,30 @@ Draws a line of text on a bitmap.
1970
2319
  </table>
1971
2320
  </dl>
1972
2321
 
2322
+ </div>
2323
+ </div><p>
2324
+ <a class="anchor" name="2f8e80b399a0c5ba42667f22e7f2ba2f"></a><!-- doxytag: member="Gosu::gosuToRadians" ref="2f8e80b399a0c5ba42667f22e7f2ba2f" args="(double angle)" -->
2325
+ <div class="memitem">
2326
+ <div class="memproto">
2327
+ <table class="memname">
2328
+ <tr>
2329
+ <td class="memname">double Gosu::gosuToRadians </td>
2330
+ <td>(</td>
2331
+ <td class="paramtype">double&nbsp;</td>
2332
+ <td class="paramname"> <em>angle</em> </td>
2333
+ <td>&nbsp;)&nbsp;</td>
2334
+ <td width="100%"><code> [inline]</code></td>
2335
+ </tr>
2336
+ </table>
2337
+ </div>
2338
+ <div class="memdoc">
2339
+
2340
+ <p>
2341
+ Translates between Gosu's angle system and radians.
2342
+ <p>
2343
+
2344
+ <p>References <a class="el" href="Math_8hpp-source.html#l00010">pi</a>.</p>
2345
+
1973
2346
  </div>
1974
2347
  </div><p>
1975
2348
  <a class="anchor" name="823d62ccac7a28ea78ea0a987687d649"></a><!-- doxytag: member="Gosu::imagesFromTiledBitmap" ref="823d62ccac7a28ea78ea0a987687d649" args="(Graphics &amp;graphics, const Bitmap &amp;bmp, int tileWidth, int tileHeight, bool hardBorders, Container &amp;appendTo)" -->
@@ -2340,7 +2713,7 @@ Combines two colors as if their channels were mapped to the 0.
2340
2713
  <div class="memdoc">
2341
2714
 
2342
2715
  <p>
2343
- Converts an std::wstring into an std::string.
2716
+ Converts an std::wstring into an std::string using local encoding.
2344
2717
  <p>
2345
2718
 
2346
2719
  </div>
@@ -2470,6 +2843,30 @@ Tests whether two Buttons identify the same physical button.
2470
2843
 
2471
2844
  <p>References <a class="el" href="Input_8hpp-source.html#l00042">Gosu::Button::getId()</a>.</p>
2472
2845
 
2846
+ </div>
2847
+ </div><p>
2848
+ <a class="anchor" name="a853d9351f1568d0a949b2b7717e1e6a"></a><!-- doxytag: member="Gosu::radiansToGosu" ref="a853d9351f1568d0a949b2b7717e1e6a" args="(double angle)" -->
2849
+ <div class="memitem">
2850
+ <div class="memproto">
2851
+ <table class="memname">
2852
+ <tr>
2853
+ <td class="memname">double Gosu::radiansToGosu </td>
2854
+ <td>(</td>
2855
+ <td class="paramtype">double&nbsp;</td>
2856
+ <td class="paramname"> <em>angle</em> </td>
2857
+ <td>&nbsp;)&nbsp;</td>
2858
+ <td width="100%"><code> [inline]</code></td>
2859
+ </tr>
2860
+ </table>
2861
+ </div>
2862
+ <div class="memdoc">
2863
+
2864
+ <p>
2865
+ Translates between Gosu's angle system and radians.
2866
+ <p>
2867
+
2868
+ <p>References <a class="el" href="Math_8hpp-source.html#l00010">pi</a>.</p>
2869
+
2473
2870
  </div>
2474
2871
  </div><p>
2475
2872
  <a class="anchor" name="6c855080566f7f1b1967c90805249dda"></a><!-- doxytag: member="Gosu::random" ref="6c855080566f7f1b1967c90805249dda" args="(double min, double max)" -->
@@ -2704,7 +3101,7 @@ template&lt;typename T&gt; </div>
2704
3101
  Returns value * value.
2705
3102
  <p>
2706
3103
 
2707
- <p>Referenced by <a class="el" href="Math_8hpp-source.html#l00078">distanceSqr()</a>.</p>
3104
+ <p>Referenced by <a class="el" href="Math_8hpp-source.html#l00089">distanceSqr()</a>.</p>
2708
3105
 
2709
3106
  </div>
2710
3107
  </div><p>
@@ -2840,6 +3237,28 @@ save games. On Windows, the My Documents folder. On OS X, the user's Documents f
2840
3237
  Prefix for user settings.
2841
3238
  <p>
2842
3239
  On Windows, the same as APPDATA%. On OS X, the user's Library/Preferences folder. On Linux, the home directory plus a trailing dot for hidden files.
3240
+ </div>
3241
+ </div><p>
3242
+ <a class="anchor" name="21c54ae29c5b4ebc282b87d6dec1f7de"></a><!-- doxytag: member="Gosu::utf8ToWstring" ref="21c54ae29c5b4ebc282b87d6dec1f7de" args="(const std::string &amp;utf8)" -->
3243
+ <div class="memitem">
3244
+ <div class="memproto">
3245
+ <table class="memname">
3246
+ <tr>
3247
+ <td class="memname">std::wstring Gosu::utf8ToWstring </td>
3248
+ <td>(</td>
3249
+ <td class="paramtype">const std::string &amp;&nbsp;</td>
3250
+ <td class="paramname"> <em>utf8</em> </td>
3251
+ <td>&nbsp;)&nbsp;</td>
3252
+ <td width="100%"></td>
3253
+ </tr>
3254
+ </table>
3255
+ </div>
3256
+ <div class="memdoc">
3257
+
3258
+ <p>
3259
+ Converts an std::string into an std::wstring.
3260
+ <p>
3261
+
2843
3262
  </div>
2844
3263
  </div><p>
2845
3264
  <a class="anchor" name="76d73802e9aa00f9133c3f1e099b832e"></a><!-- doxytag: member="Gosu::widen" ref="76d73802e9aa00f9133c3f1e099b832e" args="(const std::string &amp;s)" -->
@@ -2859,7 +3278,29 @@ On Windows, the same as APPDATA%. On OS X, the user's Library/Preferences folder
2859
3278
  <div class="memdoc">
2860
3279
 
2861
3280
  <p>
2862
- Converts an std::string into an std::wstring.
3281
+ Converts an std::string into an std::wstring using local encoding.
3282
+ <p>
3283
+
3284
+ </div>
3285
+ </div><p>
3286
+ <a class="anchor" name="b6bc6e428b84b2e2ac39133c64b4567e"></a><!-- doxytag: member="Gosu::wstringToUTF8" ref="b6bc6e428b84b2e2ac39133c64b4567e" args="(const std::wstring &amp;ws)" -->
3287
+ <div class="memitem">
3288
+ <div class="memproto">
3289
+ <table class="memname">
3290
+ <tr>
3291
+ <td class="memname">std::string Gosu::wstringToUTF8 </td>
3292
+ <td>(</td>
3293
+ <td class="paramtype">const std::wstring &amp;&nbsp;</td>
3294
+ <td class="paramname"> <em>ws</em> </td>
3295
+ <td>&nbsp;)&nbsp;</td>
3296
+ <td width="100%"></td>
3297
+ </tr>
3298
+ </table>
3299
+ </div>
3300
+ <div class="memdoc">
3301
+
3302
+ <p>
3303
+ Converts an std::wstring into an std::string.
2863
3304
  <p>
2864
3305
 
2865
3306
  </div>
@@ -2880,10 +3321,12 @@ Converts an std::string into an std::wstring.
2880
3321
  Pi.
2881
3322
  <p>
2882
3323
 
3324
+ <p>Referenced by <a class="el" href="Math_8hpp-source.html#l00033">gosuToRadians()</a>, and <a class="el" href="Math_8hpp-source.html#l00038">radiansToGosu()</a>.</p>
3325
+
2883
3326
  </div>
2884
3327
  </div><p>
2885
3328
  </div>
2886
- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 18 16:37:39 2008 for Gosu by&nbsp;
3329
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
2887
3330
  <a href="http://www.doxygen.org/index.html">
2888
3331
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
2889
3332
  </body>