Just™ Game Engine
Namespaces | Functions
platform.hpp File Reference
#include "jng/core/base.hpp"
#include "jng/platform/key_codes.hpp"

Go to the source code of this file.

Namespaces

namespace  jng
 
namespace  jng::Platform
 

Functions

std::string jng::Platform::openDirectoryDialog ()
 Opens an open directory dialog native to the system. More...
 
std::string jng::Platform::openFilenameDialog (const char *filter)
 Opens an open filename dialog native to the system. More...
 
std::string jng::Platform::saveFilenameDialog (const char *filter)
 Opens a save filename dialog native to the system. More...