OpenTTD Source 20260206-master-g4d4e37dbf1
ResizeInfo Struct Reference

Data structure for resizing a window. More...

#include <window_gui.h>

Data Fields

uint step_width
 Step-size of width resize changes.
uint step_height
 Step-size of height resize changes.

Detailed Description

Data structure for resizing a window.

Definition at line 211 of file window_gui.h.

Field Documentation

◆ step_height

uint ResizeInfo::step_height

Step-size of height resize changes.

Definition at line 213 of file window_gui.h.

Referenced by DispatchLeftClickEvent(), and HandleWindowDragging().

◆ step_width

uint ResizeInfo::step_width

Step-size of width resize changes.

Definition at line 212 of file window_gui.h.

Referenced by DispatchLeftClickEvent(), and HandleWindowDragging().


The documentation for this struct was generated from the following file: