SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::prop::FileDialog Namespace Reference

Properties for file dialogs. More...

Variables

constexpr auto FILTERS_POINTER = SDL_PROP_FILE_DIALOG_FILTERS_POINTER
constexpr auto NFILTERS_NUMBER = SDL_PROP_FILE_DIALOG_NFILTERS_NUMBER
constexpr auto WINDOW_POINTER = SDL_PROP_FILE_DIALOG_WINDOW_POINTER
constexpr auto LOCATION_STRING = SDL_PROP_FILE_DIALOG_LOCATION_STRING
constexpr auto MANY_BOOLEAN = SDL_PROP_FILE_DIALOG_MANY_BOOLEAN
constexpr auto TITLE_STRING = SDL_PROP_FILE_DIALOG_TITLE_STRING
constexpr auto ACCEPT_STRING = SDL_PROP_FILE_DIALOG_ACCEPT_STRING
constexpr auto CANCEL_STRING = SDL_PROP_FILE_DIALOG_CANCEL_STRING

Detailed Description

Properties for file dialogs.

These are properties that can be supplied to ShowFileDialogWithProperties() to control the behavior of the dialog.

See also
ShowFileDialogWithProperties