GetWindowSizeInPixels  ( windows *w *h -- fl )

publication: 28 octobre 2024 / mis à jour 28 octobre 2024

Read this page in english

 

vocabulaire: SDL2

Récupère la taille d'une fenêtre en pixels.

Paramètres :

Exemple:

variable WIN.width 
variable WIN.height 
: draw ( -- ) 
    REN0 255 255 255 255 SetRenderDrawColor drop 
    REN0 RenderClear drop 
    REN0 RenderPresent drop 
    WIN0 WIN.width WIN.height GetWindowSizeInPixels drop 
  ; 
draw 
WIN.width  @ .    \ display: 800 
WIN.height @ .    \ display: 400 

Legal: site web personnel sans commerce / personal site without seling