FastFind icon indicating copy to clipboard operation
FastFind copied to clipboard

There is a problem with the SnapShot function

Open hejunv opened this issue 1 year ago • 1 comments

SnapShot( MONITOR_CENTER_X - m_User->Aimbot.fov / 2, MONITOR_CENTER_Y - m_User->Aimbot.fov / 2, MONITOR_CENTER_X + m_User->Aimbot.fov / 2, MONITOR_CENTER_Y + m_User->Aimbot.fov / 2, 1, HWND);

I'm trying to pass in the handle of the window,But this function still takes a screenshot of the full screen。I've experimented with using the Win32 API to be able to take a screenshot of the image I pass in a handle。

hejunv avatar Oct 01 '24 15:10 hejunv