logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_PROP_GLOBAL_VIDEO_WAYLAND_WL_DISPLAY_POINTER - The pointer to the global wl_display object used by

Description

       Can be set before the video subsystem is initialized to import an  external  wl_display  object  from  an
       application  or toolkit for use in SDL, or read after initialization to export the wl_display used by the
       Wayland video backend. Setting this property after the  video  subsystem  has  been  initialized  has  no
       effect,  and  reading  it  when the video subsystem is uninitialized will either return the user provided
       value, if one was set prior to initialization, or NULL. See docs/README-wayland.md for more information.

Simple Directmedia Layer                           SDL 3.2.10   SDL_PROP_GLOBAL_VIDEO...ND_WL_DISPLAY_POINTER(3)

Header File

       Defined in SDL3/SDL_video.h

Name

       SDL_PROP_GLOBAL_VIDEO_WAYLAND_WL_DISPLAY_POINTER  -  The  pointer to the global wl_display object used by
       the Wayland video backend.

Synopsis

#include"SDL3/SDL.h"#defineSDL_PROP_GLOBAL_VIDEO_WAYLAND_WL_DISPLAY_POINTERSDL.video.wayland.wl_display"

See Also