Gamedev Framework (gf)  0.4.0
A C++11 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

Path gf::UIBrowser::currentPath

The current path for searching.

Path gf::UIBrowser::selectedPath

The selected path.