fr:scriptapi:class:display:iswindowresizable
Table of Contents
IsWindowResizable
Retourne true si la fenêtre est redimensionnable avec la souris.
Syntaxe
bool IsWindowResizable()
Retour
- (bool): True si la fenêtre est redimensionnable avec la souris ou false.
Exemple
Display@ _hDisplay = GetDisplay(); if (_hDisplay.IsWindowResizable()) { LOG("La fenêtre peux être redimensionnée avec la souris"); } else { LOG("La fenêtre ne peux pas être redimensionnée avec la souris"); }
fr/scriptapi/class/display/iswindowresizable.txt · Last modified: 2023/04/11 13:47 by oldsnake