|
SDL3pp
A slim C++ wrapper for SDL3
|
Properties for file dialogs. More...
Variables | |
| constexpr auto | FILTERS_POINTER |
| Pointer to filters. | |
| constexpr auto | NFILTERS_NUMBER |
| Number of filters. | |
| constexpr auto | WINDOW_POINTER |
| Pointer to window. | |
| constexpr auto | LOCATION_STRING |
| String for location. | |
| constexpr auto | MANY_BOOLEAN |
| Many enabled. | |
| constexpr auto | TITLE_STRING |
| String for title. | |
| constexpr auto | ACCEPT_STRING |
| String for accept. | |
| constexpr auto | CANCEL_STRING |
| String for cancel. | |
Properties for file dialogs.
These are properties that can be supplied to ShowFileDialogWithProperties() to control the behavior of the dialog.
|
constexpr |
String for accept.
|
constexpr |
String for cancel.
|
constexpr |
Pointer to filters.
|
constexpr |
String for location.
|
constexpr |
Many enabled.
|
constexpr |
Number of filters.
|
constexpr |
String for title.
|
constexpr |
Pointer to window.