From 1357b0a4c2c9cb2cf6d81a2cbc3e851d25c6c735 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 2 Jan 2009 22:42:05 +0000 Subject: (svn r14789) -Feature: allow scrolling with the left mouse button pressed (if enabled). Primarily useful for systems with touch screen (aapo) --- src/viewport_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewport_func.h') diff --git a/src/viewport_func.h b/src/viewport_func.h index f5a87d06f..9523c895f 100644 --- a/src/viewport_func.h +++ b/src/viewport_func.h @@ -43,7 +43,7 @@ void AddChildSpriteScreen(SpriteID image, SpriteID pal, int x, int y, bool trans void StartSpriteCombine(); void EndSpriteCombine(); -void HandleViewportClicked(const ViewPort *vp, int x, int y); +bool HandleViewportClicked(const ViewPort *vp, int x, int y); void PlaceObject(); void SetRedErrorSquare(TileIndex tile); void SetTileSelectSize(int w, int h); -- cgit v1.2.3-54-g00ecf