//////////////////////// \brief Relocate window Move the window to position (x, y) on screen \param pos New position of window ////////////////////////
| 98 | /// \param pos New position of window |
| 99 | ///////////////////////////// |
| 100 | inline void Relocate(vector2i_t pos) const { WMClient::Relocate(pos.x, pos.y); } |
| 101 | |
| 102 | ///////////////////////////// |
| 103 | /// \brief Resize window |
nothing calls this directly
no outgoing calls
no test coverage detected