MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / hwnd_

Function hwnd_

source/MaaWin32ControlUnit/Screencap/PseudoMinimizeHelper.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "MaaUtils/Logger.h"
6
7MAA_CTRL_UNIT_NS_BEGIN
8
9PseudoMinimizeHelper::PseudoMinimizeHelper(HWND hwnd)
10 : hwnd_(hwnd)
11{
12}
13
14PseudoMinimizeHelper::~PseudoMinimizeHelper()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected