mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
And this
This commit is contained in:
parent
b5bab4084f
commit
f2a937c79f
@ -270,7 +270,9 @@ ConfigVariableInt win_size
|
|||||||
ConfigVariableInt win_origin
|
ConfigVariableInt win_origin
|
||||||
("win-origin", "",
|
("win-origin", "",
|
||||||
PRC_DESC("This is the default position at which to open a new window. This "
|
PRC_DESC("This is the default position at which to open a new window. This "
|
||||||
"replaces the deprecated win-origin-x and win-origin-y variables."));
|
"replaces the deprecated win-origin-x and win-origin-y variables. "
|
||||||
|
"A window coordinate of -1 means to choose a default value, "
|
||||||
|
"whereas -2 means to center the window on the screen."));
|
||||||
|
|
||||||
ConfigVariableBool fullscreen
|
ConfigVariableBool fullscreen
|
||||||
("fullscreen", false);
|
("fullscreen", false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user