How to set initial window size? #240
Answered
by
lc-soft
WhoAteDaCake
asked this question in
Q&A
Replies: 1 comment
-
LCUI_Init();
LCUIDisplay_SetSize(width, height);
// Or
Widget_Resize(LCUIWidget_GetRoot(), width, height); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lc-soft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, how would I set the initial window size?
Beta Was this translation helpful? Give feedback.
All reactions