mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-25 10:05:49 +08:00
38 lines
557 B
Plaintext
38 lines
557 B
Plaintext
// D3D11
|
|
CreateDirect3D11DeviceFromDXGIDevice
|
|
CreateDirect3D11SurfaceFromDXGISurface
|
|
|
|
// GDI32
|
|
BitBlt
|
|
CreateCompatibleBitmap
|
|
CreateCompatibleDC
|
|
DeleteDC
|
|
GetDeviceCaps
|
|
SelectObject
|
|
|
|
// User32
|
|
GetClientRect
|
|
GetDC
|
|
GetForegroundWindow
|
|
GetSystemMetrics
|
|
GetWindowDC
|
|
GetWindowRect
|
|
GetWindowThreadProcessId
|
|
mouse_event
|
|
PostMessage
|
|
ReleaseDC
|
|
EnumWindows
|
|
GetWindowText
|
|
IsWindowVisible
|
|
GetWindowTextLength
|
|
|
|
// COM & WinRT
|
|
D3D11CreateDevice
|
|
ID3D11Device3
|
|
IDirect3DDxgiInterfaceAccess
|
|
|
|
// Constants
|
|
D3D11_SDK_VERSION
|
|
DXGI_ERROR_UNSUPPORTED
|
|
WM_LBUTTONDOWN
|
|
WM_LBUTTONUP |