Gamedev Framework (gf)  0.7.0
A C++14 framework for 2D games
Public Attributes | List of all members
gf::UIBrowser Struct Reference

Data for file selector. More...

#include <gf/UI.h>

Public Attributes

Path currentPath
 The current path for searching. More...
 
Path selectedPath
 The selected path. More...
 

Detailed Description

Data for file selector.

See also
gf::UI::fileSelector()

Member Data Documentation

◆ currentPath

Path gf::UIBrowser::currentPath

The current path for searching.

◆ selectedPath

Path gf::UIBrowser::selectedPath

The selected path.