|
OpenTTD Source 20260208-master-g43af8e94d0
|
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. | |
Data structure for resizing a window.
Definition at line 211 of file window_gui.h.
| uint ResizeInfo::step_height |
Step-size of height resize changes.
Definition at line 213 of file window_gui.h.
Referenced by DispatchLeftClickEvent(), and HandleWindowDragging().
| uint ResizeInfo::step_width |
Step-size of width resize changes.
Definition at line 212 of file window_gui.h.
Referenced by DispatchLeftClickEvent(), and HandleWindowDragging().