mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Expose internal file selector failure state.
This commit is contained in:
@@ -8,10 +8,10 @@ namespace tracy::Fileselector
|
||||
|
||||
void Init();
|
||||
void Shutdown();
|
||||
bool HasFailed();
|
||||
|
||||
// Will return false if file selector cannot be presented to the user.
|
||||
bool OpenFile( const char* ext, const char* desc, std::function<void(const char*)> callback );
|
||||
bool SaveFile( const char* ext, const char* desc, std::function<void(const char*)> callback );
|
||||
void OpenFile( const char* ext, const char* desc, std::function<void(const char*)> callback );
|
||||
void SaveFile( const char* ext, const char* desc, std::function<void(const char*)> callback );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user