(svn r10265) -Feature: allow double-clicking on certain places: build-vehicle and town-action

This commit is contained in:
truelight
2007-06-22 10:57:53 +00:00
parent 73f593f93d
commit dc82eeb2ae
4 changed files with 53 additions and 13 deletions

View File

@@ -99,6 +99,7 @@ enum WindowEventCodes {
WE_PAINT,
WE_KEYPRESS,
WE_CLICK,
WE_DOUBLE_CLICK,
WE_RCLICK,
WE_MOUSEOVER,
WE_MOUSELOOP,