Home
last modified time | relevance | path

Searched refs:WF_SIZING_LEFT (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dwindow_gui.h238 WF_SIZING_LEFT = 1 << 5, ///< Window is being resized towards the left. enumerator
239 WF_SIZING = WF_SIZING_RIGHT | WF_SIZING_LEFT, ///< Window is being resized.
H A Dwindow.cpp2242 if (w->flags & WF_SIZING_LEFT) { in HandleWindowDragging()
2276 if ((w->flags & WF_SIZING_LEFT) && x != 0) { in HandleWindowDragging()
2319 w->flags |= to_left ? WF_SIZING_LEFT : WF_SIZING_RIGHT; in StartWindowSizing()