Examples: DirectX9: Reusing imgui_impl_win32, removed that code from imgui_impl_dx9

This commit is contained in:
omar
2018-02-16 23:15:14 +01:00
parent 6cd4e30b58
commit 4f0db01f7c
6 changed files with 25 additions and 164 deletions

View File

@ -158,4 +158,4 @@ IMGUI_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hwnd, UINT msg, WPARAM wPa
return 0;
}
return 0;
}
}