summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 01:33:53 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 01:33:53 +0000
commit62f7040f14b39e67042be98f951575fbc819e84e (patch)
treed4fa0598a1bee1d34fff81e2c150de08c2256753 /crawl-ref/source/cio.h
parent19155f1f85058ef9d65d11e60c63cc69c36d4e8a (diff)
downloadcrawl-ref-62f7040f14b39e67042be98f951575fbc819e84e.tar.gz
crawl-ref-62f7040f14b39e67042be98f951575fbc819e84e.zip
Tiles!
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3194 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/cio.h')
-rw-r--r--crawl-ref/source/cio.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/crawl-ref/source/cio.h b/crawl-ref/source/cio.h
index 026ac42179..93e6471df4 100644
--- a/crawl-ref/source/cio.h
+++ b/crawl-ref/source/cio.h
@@ -184,6 +184,16 @@ enum KEYS
// Mouse codes.
CK_MOUSE_MOVE = 10001,
+#ifdef USE_TILE
+ CK_MOUSE_DONE,
+ CK_MOUSE_B1,
+ CK_MOUSE_B2,
+ CK_MOUSE_B3,
+ CK_MOUSE_B4,
+ CK_MOUSE_B5,
+ CK_MOUSE_B1ITEM,
+ CK_MOUSE_B2ITEM,
+#endif
CK_MOUSE_CLICK
};