mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updated embedded shaders.
This commit is contained in:
@@ -865,6 +865,7 @@ namespace entry
|
||||
HDROP drop = (HDROP)_wparam;
|
||||
char tmp[bx::kMaxFilePath];
|
||||
uint32_t result = DragQueryFileA(drop, 0, tmp, sizeof(tmp) );
|
||||
BX_UNUSED(result);
|
||||
WindowHandle handle = findHandle(_hwnd);
|
||||
m_eventQueue.postDropFileEvent(handle, tmp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user