Home
last modified time | relevance | path

Searched defs:WINDOW_FULLSCREEN (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-game_sdl2/pygame_sdl2-2.1.0-for-renpy-7.4.11/src/pygame_sdl2/
H A Dlocals.pyx36 WINDOW_FULLSCREEN = SDL_WINDOW_FULLSCREEN variable
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/include/opencv2/
H A Dhighgui.hpp191 WINDOW_FULLSCREEN = 1, //!< change the window to fullscreen. enumerator
/dports/games/naev/naev-0.7.0/src/tk/
H A Dtoolkit_priv.h138 #define WINDOW_FULLSCREEN (1<<4) /**< Window is fullscreen. */ macro