File diff r22010:e2c664f87e92 → r22011:0dc7eed331dd
src/gfx_type.h
Show inline comments
 
@@ -138,6 +138,12 @@ struct CursorVars {
 
	bool in_window;  ///< mouse inside this window, determines drawing logic
 

	
 
	bool vehchain;   ///< vehicle chain is dragged
 

	
 
	bool UpdateCursorPosition(int x, int y, bool queued_warp);
 

	
 
private:
 
	bool queued_warp;
 
	Point last_position;
 
};
 

	
 
/** Data about how and where to blit pixels. */