fr:scriptapi:class:display:setwindowposition
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| fr:scriptapi:class:display:setwindowposition [2023/04/11 13:41] – [Arguments (surcharge 2)] oldsnake | fr:scriptapi:class:display:setwindowposition [2023/04/15 10:57] (current) – [Arguments] oldsnake | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| </ | </ | ||
| - | ==== Arguments | + | ==== Arguments ==== |
| - | * **fPosition** | + | | IntVector2 |
| - | ==== Arguments (surcharge 2) ==== | + | | int **fX** |
| - | + | | int **fY** | |
| - | * **fX** | + | |
| - | | + | |
| ==== Exemple ==== | ==== Exemple ==== | ||
| Line 28: | Line 26: | ||
| </ | </ | ||
| + | <code cpp[enable_line_numbers=" | ||
| + | Display@ _hDisplay = GetDisplay(); | ||
| + | | ||
| + | _hDisplay.SetWindowPosition(IntVector2(400, | ||
| + | </ | ||
| + | <code cpp[enable_line_numbers=" | ||
| + | Display@ _hDisplay = GetDisplay(); | ||
| + | | ||
| + | _hDisplay.SetWindowPosition(400, | ||
| + | </ | ||
fr/scriptapi/class/display/setwindowposition.1681213307.txt.gz · Last modified: 2023/04/11 13:41 by oldsnake