mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
15 lines
310 B
C++
15 lines
310 B
C++
#include "pch.h"
|
|
#include "DesktopDuplicationFrameSource.h"
|
|
#include "App.h"
|
|
|
|
|
|
bool DesktopDuplicationFrameSource::Initialize() {
|
|
//HMONITOR hm = MonitorFromWindow(App::GetInstance().GetHwndSrc(), MONITOR_DEFAULTTONEAREST);
|
|
|
|
|
|
return false;
|
|
}
|
|
|
|
bool DesktopDuplicationFrameSource::Update() {
|
|
return false;
|
|
}
|