FabGL
ESP32 Display Controller and Graphics Library

◆ moveWindow()

void moveWindow ( uiWindow window,
int  x,
int  y 
)

Moves a window.

Parameters
windowWindow to be moved
xNew horizontal coordinate, relative to parent window
yNew vertical coordinate, relative to parent window

Definition at line 802 of file fabui.cpp.