mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-02 00:18:23 +00:00
Store window handle for file selector.
This commit is contained in:
@@ -388,3 +388,13 @@ float Backend::GetDpiScale()
|
||||
{
|
||||
return EM_ASM_DOUBLE( { return window.devicePixelRatio; } );
|
||||
}
|
||||
|
||||
size_t Backend::HandleType()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void* Backend::Handle()
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user