Skip to content

how to create SDL window for Android like SDL_PROP_WINDOW_CREATE_X11_WINDOW_NUMBER props? #13997

@runninglinuxkernel

Description

@runninglinuxkernel

I am using QT + SDL3 to develop an application, for example, it created a Qwidget and SDL windows like beblow code in linux system:

    SDL_SetNumberProperty(props,
                           SDL_PROP_WINDOW_CREATE_X11_WINDOW_NUMBER,
                           (unsigned long)ui->widget->winId());
sdl_window = SDL_CreateWindowWithProperties(props);

if i want to porting this code to "QT + SDL3 + Android",how to create this sdl windows? has any props like SDL_PROP_WINDOW_CREATE_X11_WINDOW_NUMBER?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions