Optimized Button class. Added IsPressed and GetPressed methods.
This commit is contained in:
@@ -5,4 +5,9 @@ namespace ehs
|
||||
void BaseSystem::OpenURI(const Str_8& uri)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Str_8 BaseSystem::OpenFileDialog(const Str_8 &dir, const Str_8 &filters)
|
||||
{
|
||||
return {};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user