This commit is contained in:
love-code-yeyixiao 2024-03-03 09:30:14 +08:00
parent 78395de0f6
commit 354a68428d
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ static LONG Gui_GetRawInputDeviceInfoW(
_In_opt_ HANDLE hDevice, _In_ UINT uiCommand,
_Inout_ LPVOID pData, _Inout_ PUINT pcbSize);
static HDC Gui_GetDC(HWND hWnd);
static HDC Gui_GetWindowDC(HWND hWnd);
static HDC Gui_GetDCEx(HWND hWnd, HRGN hrgnClip, DWORD flags);
//---------------------------------------------------------------------------