Moved pairInputDesktop() from desktop.h to input.cpp

This commit is contained in:
loki
2021-04-26 19:27:55 +02:00
parent bb88d6f828
commit 1be5b4787f
3 changed files with 19 additions and 23 deletions

View File

@@ -10,8 +10,6 @@
#include "display.h"
#include "desktop.h"
namespace platf {
using namespace std::literals;
}
@@ -92,7 +90,6 @@ int display_base_t::init() {
FreeLibrary(user32);
});
*/
pairInputDesktop();
dxgi::factory1_t::pointer factory_p {};
dxgi::adapter_t::pointer adapter_p {};