aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-06-07 19:04:52 +0000
committerSimon Tatham <anakin@pobox.com>2005-06-07 19:04:52 +0000
commit0eb40587eba25100fcd1eb4f2066c2b0816cd7f7 (patch)
tree7bc129201e224ecd745e5d053724fdc52b8cfc5c /puzzles.h
parent0bcdb7aa03903dcce000b6d224a07e388030ca00 (diff)
downloadpuzzles-0eb40587eba25100fcd1eb4f2066c2b0816cd7f7.zip
puzzles-0eb40587eba25100fcd1eb4f2066c2b0816cd7f7.tar.gz
puzzles-0eb40587eba25100fcd1eb4f2066c2b0816cd7f7.tar.bz2
puzzles-0eb40587eba25100fcd1eb4f2066c2b0816cd7f7.tar.xz
Another James Harvey patch. This one introduces a new button code
called `CURSOR_SELECT', intended for platforms which have a fire button to go with their cursor keys. (Apparently some Palms do.) CURSOR_SELECT is not bound to anything on any of the current three platforms, and therefore no game may rely on it being available. This checkin adds it in Net as a synonym for 'a', the keyboard-based rotate-left command. [originally from svn r5915]
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/puzzles.h b/puzzles.h
index ecb574b..f3aee1a 100644
--- a/puzzles.h
+++ b/puzzles.h
@@ -43,6 +43,7 @@ enum {
CURSOR_DOWN,
CURSOR_LEFT,
CURSOR_RIGHT,
+ CURSOR_SELECT,
/* made smaller because of 'limited range of datatype' errors. */
MOD_CTRL = 0x1000,