mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-14 06:28:17 +00:00
Added setWindowTitle().
This commit is contained in:
@@ -207,6 +207,11 @@ namespace entry
|
||||
BX_UNUSED(_width, _height);
|
||||
}
|
||||
|
||||
bool setWindowTitle(const char* _title)
|
||||
{
|
||||
BX_UNUSED(_title);
|
||||
}
|
||||
|
||||
void toggleWindowFrame()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user