fr:scriptapi:class:display:setwindowposition
This is an old revision of the document!
Table of Contents
SetWindowPosition
Paramètre la position de la fenêtre.
Syntaxe
void SetWindowPosition(const IntVector2& fPosition)
Arguments
- fPosition (IntVector2): Nouvelle position de la fenêtre.
Exemple
IntVector2 _Position = IntVector2(400, 200); _hDisplay.SetWindowPosition(_Position);
Test1
…
Test2
…
Test3
…
Test4
…
fr/scriptapi/class/display/setwindowposition.1681203790.txt.gz · Last modified: 2023/04/11 11:03 by oldsnake