File diff r24439:3207de2680bf → r24440:3295012a081c
src/gfx_type.h
Show inline comments
 
@@ -140,12 +140,13 @@ struct CursorVars {
 
	bool dirty;                   ///< the rect occupied by the mouse is dirty (redraw)
 
	bool in_window;               ///< mouse inside this window, determines drawing logic
 

	
 
	/* Drag data */
 
	bool vehchain;                ///< vehicle chain is dragged
 

	
 
	void UpdateCursorPositionRelative(int delta_x, int delta_y);
 
	bool UpdateCursorPosition(int x, int y, bool queued_warp);
 

	
 
private:
 
	bool queued_warp;
 
	Point last_position;
 
};