gosu 0.7.27-universal-darwin → 0.7.27.1-universal-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gosu/ButtonsMac.hpp CHANGED
@@ -8,7 +8,7 @@ namespace Gosu
8
8
  //! mouse buttons and mouse wheel (ms*) and gamepad buttons (gp*).
9
9
  enum ButtonName
10
10
  {
11
- kbRangeBegin = 0x01,
11
+ kbRangeBegin = 0x00,
12
12
  kbEscape = 0x35,
13
13
  kbF1 = 0x7a,
14
14
  kbF2 = 0x78,
data/Gosu/ButtonsWin.hpp CHANGED
@@ -8,7 +8,7 @@ namespace Gosu
8
8
  //! mouse buttons and mouse wheel (ms*) and gamepad buttons (gp*).
9
9
  enum ButtonName
10
10
  {
11
- kbRangeBegin = 1,
11
+ kbRangeBegin = 0x00,
12
12
  kbEscape = 0x01,
13
13
  kbF1 = 0x3b,
14
14
  kbF2 = 0x3c,
data/Gosu/ButtonsX.hpp CHANGED
@@ -8,7 +8,7 @@ namespace Gosu
8
8
  //! mouse buttons and mouse wheel (ms*) and gamepad buttons (gp*).
9
9
  enum ButtonName
10
10
  {
11
- kbRangeBegin = 0x01,
11
+ kbRangeBegin = 0x00,
12
12
  kbA = 'a',
13
13
  kbB = 'b',
14
14
  kbC = 'c',
data/Gosu/Version.hpp CHANGED
@@ -4,6 +4,6 @@
4
4
  #define GOSU_MAJOR_VERSION 0
5
5
  #define GOSU_MINOR_VERSION 7
6
6
  #define GOSU_POINT_VERSION 27
7
- #define GOSU_VERSION "0.7.27"
7
+ #define GOSU_VERSION "0.7.27.1"
8
8
 
9
9
  #endif
Binary file
Binary file
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosu
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
9
  - 27
10
- version: 0.7.27
10
+ - 1
11
+ version: 0.7.27.1
11
12
  platform: universal-darwin
12
13
  authors:
13
14
  - Julian Raschke
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2011-01-29 00:00:00 +08:00
20
+ date: 2011-02-07 00:00:00 +08:00
20
21
  default_executable:
21
22
  dependencies: []
22
23